mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-12 23:04:43 -05:00
Add BookOpen icon and update button styles
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
MapPin,
|
||||
Mail,
|
||||
ExternalLink,
|
||||
BookOpen,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import {
|
||||
@@ -56,7 +57,10 @@ export default function HomePage() {
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="outline" asChild>
|
||||
<Link href="/publications">Publications</Link>
|
||||
<Link href="/publications">
|
||||
<BookOpen className="mr-2 h-4 w-4" />
|
||||
Publications
|
||||
</Link>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -274,7 +274,7 @@ export default function LatexTutorialPage() {
|
||||
</div>
|
||||
|
||||
<div className="pt-4">
|
||||
<Button asChild>
|
||||
<Button variant="outline" asChild>
|
||||
<Link
|
||||
href="https://www.overleaf.com"
|
||||
target="_blank"
|
||||
|
||||
Reference in New Issue
Block a user