Skip to content

Commit

Permalink
prepare deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kindOfCurly committed Apr 24, 2024
1 parent 1f4dc96 commit fe2ffed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions src/components/AboutDevelopersMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ const developerData2024 = [
githubUrl: "https://github.com/JuliaSageder",
githubImgUrl: "https://avatars.githubusercontent.com/u/126691623?v=4",
},
{
name: "Marie Sautmann",
email: "Marie.Sautmann@informatik.uni-regensburg.de",
githubUrl: "https://github.com/kindOfCurly",
githubImgUrl: "https://avatars.githubusercontent.com/u/40853256?v=4",
},
];

export const AboutDevelopersMenu = () => {
Expand Down Expand Up @@ -182,6 +188,15 @@ export const AboutDevelopersMenu = () => {
href="https://www.uni-regensburg.de/forschung/reallabor-parteivortrag-im-zivilprozess/startseite/index.html">
www.parteivortrag.de
</a>
<br />
<br />
Der Code für dieses Projekt ist auf github verfügbar unter:{" "}
<a
target="_blank"
rel="noreferrer"
href="https://github.com/UniRegensburg/basisdokument">
www.github.com/UniRegensburg/basisdokument
</a>
</p>
<div
className="flex flex-row items-center gap-1 rounded-md cursor-pointer mt-4"
Expand Down
4 changes: 2 additions & 2 deletions src/components/popups/PatchnotesPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const PatchnotesPopup = () => {
break;
case /2.3.0/.test(contentKey):
setPatchnoteContent(
`<h5 className="opacity-70">20. März 2024</h5>
`<h5 className="opacity-70">25. April 2024</h5>
<h3>Basisdokument Version 2.3.0</h3>
<div className="flex flex-col gap-2 mt-3">
<div>
Expand Down Expand Up @@ -235,7 +235,7 @@ export const PatchnotesPopup = () => {
<div className="font-semibold self-center">
Version 2.3.0
</div>
<div className="opacity-75">20. März 2024</div>
<div className="opacity-75">25. April 2024</div>
</div>
</div>
<div
Expand Down

0 comments on commit fe2ffed

Please sign in to comment.