File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
src/frontend/src/routes/(new-styling) Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 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" ;
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" >
You can’t perform that action at this time.
0 commit comments