feat: remove fun

This commit is contained in:
Ayo Ayco 2024-04-19 21:50:52 +02:00
parent f18bf99fcc
commit 94bd5d94ae
2 changed files with 3 additions and 3 deletions

View file

@ -46,8 +46,8 @@ import { stuff } from '../constants/stuff';
<section class="cards-section">
<ul class="cards-section__grid">
<Card
href="/showcase"
title="Fun Side Projects"
href="showcase"
title="Side Projects"
body="See demos of my side projects"
/>
<Card

View file

@ -9,7 +9,7 @@ import Card from "../components/Card.astro";
description="See demos of side projects Ayo Ayco created"
>
<main>
<h1>Fun <span class="text-gradient">Side Projects</span></h1>
<h1><span class="text-gradient">Side Projects</span></h1>
<p>See more of my previous projects at <a href="https://ayos.blog/projects">my blog</a>.</p>
<ul>
<Card