Skip to content

Commit c78940b

Browse files
authored
update footer; remove redundant button (#23)
1 parent 589efac commit c78940b

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

app/positions/page.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ export default function PositionsPage() {
8686
<ExternalLink className="ml-2 size-4" />
8787
</a>
8888
</Button>
89-
<Button asChild variant="outline">
90-
<a
91-
href="https://docs.google.com/document/u/2/d/e/2PACX-1vSWTi96M7RRfSEsYcVNooaq8wAqUBLuUkXTgEkUHCGKW8uERxzpl0hfkobAdkcp77_nhnY_8fbjcDrS/pub"
92-
target="_blank"
93-
rel="noopener noreferrer"
94-
>
95-
Open Projects
96-
<ExternalLink className="ml-2 size-4" />
97-
</a>
98-
</Button>
9989
</div>
10090
</CardContent>
10191
</Card>

components/footer.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Github, Mail } from "lucide-react"
1+
import { Github, Mail, Youtube } from "lucide-react"
22
import Image from "next/image"
33
import Link from "next/link"
44

@@ -33,6 +33,15 @@ export function Footer() {
3333
Computational neuroscience and machine learning research at EPFL.
3434
</p>
3535
<div className="mt-4 flex gap-4">
36+
<a
37+
href="https://www.youtube.com/@amathis_group"
38+
target="_blank"
39+
rel="noopener noreferrer"
40+
className="text-muted-foreground transition-colors hover:text-foreground"
41+
aria-label="YouTube"
42+
>
43+
<Youtube className="size-5" />
44+
</a>
3645
<a
3746
href="https://github.com/amathislab"
3847
target="_blank"

0 commit comments

Comments
 (0)