mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 22:03:03 -05:00
feat: test auth
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
---
|
||||
import Default from '@astrojs/starlight/components/SiteTitle.astro';
|
||||
import GitHubStats from './GitHubStats.svelte';
|
||||
import MyIcon from './MyIcon.astro';
|
||||
import SignUp from './github/SignUp.svelte';
|
||||
import { Icon } from '@astrojs/starlight/components';
|
||||
---
|
||||
|
||||
<Default {...Astro.props}>
|
||||
<slot />
|
||||
</Default>
|
||||
|
||||
<SignUp client:load />
|
||||
|
||||
<!--<GitHubStats client:load >-->
|
||||
<!-- <MyIcon name="star" slot="star" />-->
|
||||
<!-- <MyIcon name="fork" viewBox="0 0 16 16" slot="fork"/>-->
|
||||
<!--</GitHubStats>-->
|
||||
<SignUp client:only="svelte" >
|
||||
<Icon name="github" slot="github" />
|
||||
<MyIcon name="fullStar" slot="fullStar" viewBox="0 0 16 16" fill="#e3b341"/>
|
||||
<MyIcon name="star" slot="star" viewBox="0 0 16 16"/>
|
||||
<MyIcon name="fork" viewBox="0 0 16 16" slot="fork"/>
|
||||
</SignUp>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user