diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-10-20 23:30:21 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-10-20 23:30:21 -0700 |
| commit | 88b4ef729a83edbd48fd19fc7773c96d8bfbb4f1 (patch) | |
| tree | 0e811318a1017be507b76e9cc4ced1391e0b55e4 /src/components/DiscordActivity.astro | |
| parent | b404ecc32d61ba7d57b4393d8282b872a9f8a897 (diff) | |
added MAL to about section and refactor style
Diffstat (limited to 'src/components/DiscordActivity.astro')
| -rw-r--r-- | src/components/DiscordActivity.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/DiscordActivity.astro b/src/components/DiscordActivity.astro index 0b2bb88..a07d660 100644 --- a/src/components/DiscordActivity.astro +++ b/src/components/DiscordActivity.astro @@ -10,7 +10,7 @@ const activities = data.data.activities; let activityHTML = ""; if (activities.length === 0) { - activityHTML = "<p>Not doing anything at the moment</p>"; + activityHTML = "<p>Not doing anything at the moment :(</p>"; } else { for (const activity of activities) { const imageUrl = |
