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 1dad874 commit 408c3a9Copy full SHA for 408c3a9
src/lib/components/chat/ChatIntroduction.svelte
@@ -40,7 +40,7 @@
40
{#each announcementBanners as banner}
41
<AnnouncementBanner classNames="mb-4" title={banner.title}>
42
<a
43
- target={banner.external ? "_blank" : undefined}
+ target={banner.external ? "_blank" : "_self"}
44
href={banner.linkHref}
45
class="mr-2 flex items-center underline hover:no-underline">{banner.linkTitle}</a
46
>
0 commit comments