From 34c4b3520770fc17879732ddc26f3da2d7607df0 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:07:15 +0200 Subject: [PATCH] Fixed TitleIcon is broken when there a lot of values --- TODO.md | 1 - src/components/TitleIcon.astro | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 4d78095..631da81 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,6 @@ - [Feat] 404, 500 pages - [Bugs] [iOS] Video doesn't seem to start -- [Bugs] TitleIcon is broken when there a lot of values https://v3.accords-library.com/en/pages/dod3-story-side-character-introduction - [Feat] Add languages to collectibles and pages previews - [Bugs] Folder icon is shrinking when title is too long https://v3.accords-library.com/en/folders/drakengard-1-3-shi-ni-itaru-aka - [Bugs] Missing title fontsize on simple titles https://v3.accords-library.com/en/images/6656a0113fe38b258ef5f852 diff --git a/src/components/TitleIcon.astro b/src/components/TitleIcon.astro index bc0b9b7..ef2dc92 100644 --- a/src/components/TitleIcon.astro +++ b/src/components/TitleIcon.astro @@ -19,7 +19,8 @@ const { icon, title } = Astro.props;