Skip to content

Commit b7e9a4d

Browse files
committed
🎨 Replace icon from svg to component (#2221)
1 parent 67a8a42 commit b7e9a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/problems/[slug]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import { enhance } from '$app/forms';
33
44
import { Breadcrumb, BreadcrumbItem, Img } from 'svelte-5-ui-lib';
5+
import { ExternalLink } from 'lucide-svelte';
56
67
import SubmissionStatusButton from '$lib/components/SubmissionStatusButton.svelte';
7-
import ExternalLinkIcon from '$lib/components/ExternalLinkIcon.svelte';
88
99
import { getBackgroundColorFrom } from '$lib/services/submission_status';
1010
@@ -51,7 +51,7 @@
5151
<div class="mr-2">
5252
{taskResult.title}
5353
</div>
54-
<ExternalLinkIcon />
54+
<ExternalLink />
5555
</h5>
5656
</div>
5757
</a>

0 commit comments

Comments
 (0)