Skip to content

Commit e07c75f

Browse files
committed
Remove for developers button from landing page
1 parent ed29198 commit e07c75f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/frontend/src/routes/(new-styling)/+page.svelte

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
import EasyAccessIllustration from "$lib/components/illustrations/landing/EasyAccessIllustration.svelte";
77
import PasswordFreeIllustration from "$lib/components/illustrations/landing/PasswordFreeIllustration.svelte";
88
import LandingCard from "$lib/components/ui/LandingCard.svelte";
9-
import {
10-
INTERNET_COMPUTER_URL,
11-
FAQ_PASSKEY_URL,
12-
II_DEVELOPER_DOCS_URL,
13-
} from "$lib/config";
9+
import { INTERNET_COMPUTER_URL, FAQ_PASSKEY_URL } from "$lib/config";
1410
import { manuallyReroute } from "$lib/utils/reroute";
1511
import { t } from "$lib/stores/locale.store";
1612
import { Trans } from "$lib/components/locale";
@@ -246,14 +242,6 @@
246242
creating passwords, sharing personal data, or giving up control.
247243
</Trans>
248244
</p>
249-
<a
250-
href={II_DEVELOPER_DOCS_URL}
251-
target="_blank"
252-
rel="noopener noreferrer"
253-
class="btn btn-secondary btn-sm"
254-
>
255-
{$t`For developers`}
256-
</a>
257245
</div>
258246
</div>
259247
<div class="overflow-x-auto px-4 pt-4 pb-8 sm:px-8">

0 commit comments

Comments
 (0)