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