Skip to content

Commit 25f875e

Browse files
authored
Merge pull request #2 from NetAuto-RheinMain/bug_fixes_5
Bug fixes 5
2 parents 23f85c4 + 1f0dd9a commit 25f875e

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

src/pages/Impressum.tsx

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ const Impressum = () => {
99
<header className="sticky top-0 z-50 bg-black/80 backdrop-blur-md border-b border-white/10">
1010
<div className="px-6 md:px-10 lg:px-20">
1111
<nav className="flex items-center justify-between h-20">
12-
<Link to="/" className="text-2xl font-bold tracking-tight text-white hover:opacity-80 transition-opacity">
12+
<Link to="/" className="text-2xl font-bold tracking-tight text-white hover:opacity-80 transition-opacity">
1313
NetAuto
1414
</Link>
15-
<Link
16-
to="/"
17-
className="text-sm text-gray-400 hover:text-white transition-colors"
18-
>
19-
15+
<Link to="/" className="text-sm text-gray-400 hover:text-white transition-colors">
2016
← Back to Home
2117
</Link>
2218
</nav>
@@ -34,11 +30,11 @@ const Impressum = () => {
3430
<AnimatedSection delay={100}>
3531
<section className="mb-12">
3632
<h2 className="text-xl font-semibold mb-4 text-white">
37-
Information according to § 5 TMG
33+
Information according to <a href="https://www.gesetze-im-internet.de/ddg/__5.html" target="_blank" rel="noopener noreferrer" className="text-blue-400 hover:underline">§5 DDG</a>
3834
</h2>
3935
<div className="text-gray-600 leading-relaxed space-y-1">
40-
<p>NetAuto Community Initiative</p>
41-
<p>c/o Florian Löhden & Uzma Saman Chanderki</p>
36+
<p>NetAuto Group</p>
37+
<p>c/o Florian Loehden & Uzma Saman Chanderki</p>
4238
</div>
4339
</section>
4440
</AnimatedSection>
@@ -84,8 +80,7 @@ const Impressum = () => {
8480
Email:{""}
8581
<a
8682
href="netautorheinmain@gmail.com"
87-
className="text-blue-400 underline underline-offset-4 hover:no-underline"
88-
>
83+
className="text-blue-400 underline underline-offset-4 hover:no-underline">
8984
netautorheinmain@gmail.com
9085
</a>
9186
</p>

src/pages/PreviousEvents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const events = [
119119
"Short break",
120120
"Talk 2: NAF framework by NAF",
121121
],
122-
githubLink: "#",
122+
githubLink: "https://github.com/NetAuto-RheinMain/event-slides/",
123123
photosLink: "#",
124124
},
125125
];

0 commit comments

Comments
 (0)