mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
refactor: remove dead css
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user