mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Merge branch 'main' into update-alt-text-295
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
name: 'Angular',
|
||||
href: '/docs/quick-starts/angular',
|
||||
image: `/images/platforms/${$themeInUse}/angular.svg`
|
||||
},
|
||||
{
|
||||
name: 'Refine',
|
||||
href: '/docs/quick-starts/refine',
|
||||
image: `/images/platforms/${$themeInUse}/refine.svg`
|
||||
},
|
||||
{
|
||||
name: 'Apple',
|
||||
@@ -47,7 +52,8 @@
|
||||
name: 'Android',
|
||||
href: '/docs/quick-starts/android',
|
||||
image: `/images/platforms/${$themeInUse}/android.svg`
|
||||
}
|
||||
},
|
||||
|
||||
] as Array<{
|
||||
name: string;
|
||||
href: string;
|
||||
@@ -59,7 +65,7 @@
|
||||
{#each platforms as platform}
|
||||
<Tooltip>
|
||||
<li>
|
||||
<a href={platform.href} class="aw-box-icon has-border-gradient">
|
||||
<a href={platform.href} class="aw-icon-button aw-box-icon has-border-gradient">
|
||||
<img src={platform.image} alt="{platform.name} quick start" width="32" height="32" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user