From 1d34d45da7c9eaf5852f252101462dbd23adefb3 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 8 Dec 2018 20:04:32 -0800 Subject: [PATCH] fix(icons): fix icons.svg url (#769) in #762 I forgot to set the absolute path for these; it fails on subpages --- routes/_components/Avatar.html | 2 +- routes/_components/DynamicPageBanner.html | 2 +- routes/_components/ExternalLink.html | 2 +- routes/_components/IconButton.html | 4 ++-- routes/_components/LoadingSpinner.html | 2 +- routes/_components/NavItem.html | 4 ++-- routes/_components/NotLoggedInHome.html | 2 +- routes/_components/PlayVideoIcon.html | 2 +- routes/_components/community/PageListItem.html | 2 +- routes/_components/compose/ComposeButton.html | 4 ++-- routes/_components/compose/ComposeMediaItem.html | 2 +- routes/_components/dialog/components/GenericDialogList.html | 4 ++-- routes/_components/dialog/components/ModalDialog.html | 2 +- routes/_components/search/Search.html | 2 +- routes/_components/settings/SettingsListItem.html | 2 +- routes/_components/status/StatusDetails.html | 4 ++-- routes/_components/status/StatusHeader.html | 2 +- routes/_components/status/StatusMediaAttachments.html | 4 ++-- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/routes/_components/Avatar.html b/routes/_components/Avatar.html index f73d092..50ad976 100644 --- a/routes/_components/Avatar.html +++ b/routes/_components/Avatar.html @@ -1,6 +1,6 @@ {#if error} {:elseif $autoplayGifs} {#if icon} - + {/if}

{title}

diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index 68a9bca..78a18bd 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -5,7 +5,7 @@ class={computedClass}> {#if showIcon} - + {/if}