We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a8a42 commit b7e9a4dCopy full SHA for b7e9a4d
src/routes/problems/[slug]/+page.svelte
@@ -2,9 +2,9 @@
2
import { enhance } from '$app/forms';
3
4
import { Breadcrumb, BreadcrumbItem, Img } from 'svelte-5-ui-lib';
5
+ import { ExternalLink } from 'lucide-svelte';
6
7
import SubmissionStatusButton from '$lib/components/SubmissionStatusButton.svelte';
- import ExternalLinkIcon from '$lib/components/ExternalLinkIcon.svelte';
8
9
import { getBackgroundColorFrom } from '$lib/services/submission_status';
10
@@ -51,7 +51,7 @@
51
<div class="mr-2">
52
{taskResult.title}
53
</div>
54
- <ExternalLinkIcon />
+ <ExternalLink />
55
</h5>
56
57
</a>
0 commit comments