We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d317f commit 700922cCopy full SHA for 700922c
src/layouts/Layout.astro
@@ -2,6 +2,7 @@
2
const { frontmatter } = Astro.props;
3
import IconCard from "../components/IconCard.astro";
4
import personalPhoto from "../assets/personal_photo.png";
5
+import arxivIcon from "../assets/arxiv.ico";
6
import { icon } from "@fortawesome/fontawesome-svg-core";
7
import { faMapMarkerAlt } from "@fortawesome/free-solid-svg-icons";
8
import {
@@ -67,10 +68,7 @@ import "../styles/markdown.css";
67
68
>
69
ResearchGate
70
</IconCard>
- <IconCard
71
- href="https://arxiv.org/a/tarek_m_1.html/"
72
- path="/src/assets/arxiv.ico"
73
- >
+ <IconCard href="https://arxiv.org/a/tarek_m_1.html/" path={arxivIcon}>
74
arXiv
75
76
</div>
0 commit comments