Skip to content

Commit e755141

Browse files
authored
Fix F13 and lint
1 parent 9cd408a commit e755141

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"private": true,
73-
"scripts": {
73+
"scripts": {
7474
"build": "vite build && mkdir dist/about && cp dist/index.html dist/about && mkdir dist/contact && cp dist/index.html dist/contact && mkdir dist/privacy && cp dist/index.html dist/privacy && mkdir dist/imprint && cp dist/index.html dist/imprint && cp dist/index.html dist/404.html",
7575
"dev": "vite",
7676
"format": "biome format --write && biome check --formatter-enabled=false --linter-enabled=false --write",

src/pages/ImprintPage.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,7 @@ export default function Imprint() {
110110
</ul>
111111
</div>
112112
<div className="ml-11 text-gray-700">
113-
<p className="font-semibold text-purple-800 mb-2">
114-
TUM Informatik F13
115-
</p>
116-
<p className="mb-1">Lehrstuhl/Fachgebiet für Betriebssysteme</p>
113+
<p className="mb-1">TUM Informatik F13 - Lehrstuhl/Fachgebiet für Betriebssysteme</p>
117114
<ul className="list-disc list-inside space-y-1 ml-4">
118115
<li>Prof. Dr. Uwe Baumgarten (Emeritus)</li>
119116
<li>Prof. Dr. Peter Paul Spies (Emeritus)</li>

0 commit comments

Comments
 (0)