We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fba0e commit a53ec58Copy full SHA for a53ec58
src/routes/about/+page.svelte
@@ -7,5 +7,8 @@
7
<Title order={1} weight={"bold"} root="h1">About</Title>
8
<br/>
9
<Text root="p"
10
- >This project was created as part of a seminar paper in the summer semester 2023 at the Karlsruhe University of Applied Sciences</Text>
+ >This project was created as part of a seminar paper in the summer semester 2023 at the Karlsruhe University of Applied Sciences.
11
+ <br>
12
13
+ Created by Simon Dold.</Text>
14
</Container>
0 commit comments