My personal site hosted @ https://indexx.dev

oops

Index 810e2bc0 ff2bcd93

Changed files
+1 -2
src
components
pages
+1 -1
src/components/SocialLinks.astro
···
];
---
-
<ul class="d-flex mt-4 mb-1" style="padding: 0px; width: 50%; margin: auto; justify-content: space-evenly; flex-basis: 33%;">
+
<ul class="d-flex mt-4 mb-3" style="padding: 0px; width: 50%; margin: auto; justify-content: space-evenly; flex-basis: 33%;">
{links.map(link => (
<SocialLink {...link} />
))}
-1
src/pages/index.astro
···
<a
id="projects-button"
href="#"
-
class="d-block mt-3"
data-bs-toggle="tooltip"
data-bs-title="(Some of) My Projects"
data-bs-placement="bottom"