refactor: remove dead css

This commit is contained in:
Sonny
2024-11-10 23:25:47 +01:00
parent 01efb11f70
commit cc63ce37c3
6 changed files with 21 additions and 61 deletions

View File

@@ -43,7 +43,7 @@ function LinkItemURL({ url }: { url: Link['url'] }) {
return (
<Text className={styles.linkUrl} c="gray" size="xs" lineClamp={1}>
{origin}
{pathname}
{pathname !== '/' && pathname}
</Text>
);
} catch (error) {