diff options
| -rw-r--r-- | src/components/Card.astro | 2 | ||||
| -rw-r--r-- | src/pages/projects.astro | 19 |
2 files changed, 3 insertions, 18 deletions
diff --git a/src/components/Card.astro b/src/components/Card.astro index 4de0a1b..7bad586 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -10,7 +10,7 @@ interface Props { contribution?: string; } -const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="Contributor" } = Astro.props; +const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="" } = Astro.props; --- <li class="link-card"> diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 554a3df..7074cb8 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -30,13 +30,6 @@ import Card from "../components/Card.astro"; languageColor="#b07219" /> <Card - href="https://github.com/pinapelz/VTScheduleXIV" - title="VTScheduleXIV" - body="FFXIV Dalamud plugin that displays the schedule of upcoming VTuber streams in-game" - language="C#" - languageColor="#178600" - /> - <Card href="https://github.com/pinapelz/NijiTrack" title="Nijitrack" body="Python scripts that records historical subscriber data of YouTube channels and generates HTML reports of the data" @@ -47,8 +40,8 @@ import Card from "../components/Card.astro"; href="https://github.com/Patchwork-Archive" title="Patchwork Archive" body="An archival project for music created by Virtual YouTubers" - language="HTML" - languageColor="#e34c26" + language="Javascript" + languageColor="#f1e05a" /> <Card href="https://github.com/pinapelz/yet-another-lavaplayer-bot" @@ -71,14 +64,6 @@ import Card from "../components/Card.astro"; language="Python" languageColor="#3572A5" /> - - <Card - href="https://github.com/pinapelz/ffxiv-macro-time-counter" - title="FFXIV Macro Time Counter" - body="Calculator that determines the time it takes to execute a given macro in Final Fantasy XIV with options for consumables" - language="Typescript" - languageColor="#2b7489" - /> <Card href="https://github.com/pinapelz/cloudflare-worker-d1-url-shortener" title="Cloudflare D1 Link Shortener" |
