Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdamo committed Jun 4, 2024
1 parent 655a567 commit 4f33909
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
20 changes: 19 additions & 1 deletion .astro/icon.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Automatically generated by astro-icon
// e5c0fc0eb3d33158f5f6f437f5db228377727e61d76a0a51b052e85ec3b5ea80
// d2e8b05cdb428ab696e1a3a4db551b17472054c3f72d39ad2ccadff497902661

declare module 'virtual:astro-icon' {
export type Icon =
Expand Down Expand Up @@ -66,7 +66,13 @@ declare module 'virtual:astro-icon' {
| "ion:arrow-down-circle"
| "ion:arrow-down-circle-outline"
| "ion:arrow-down-circle-sharp"
| "ion:arrow-down-left-box"
| "ion:arrow-down-left-box-outline"
| "ion:arrow-down-left-box-sharp"
| "ion:arrow-down-outline"
| "ion:arrow-down-right-box"
| "ion:arrow-down-right-box-outline"
| "ion:arrow-down-right-box-sharp"
| "ion:arrow-down-sharp"
| "ion:arrow-expand"
| "ion:arrow-forward"
Expand Down Expand Up @@ -110,7 +116,13 @@ declare module 'virtual:astro-icon' {
| "ion:arrow-up-circle"
| "ion:arrow-up-circle-outline"
| "ion:arrow-up-circle-sharp"
| "ion:arrow-up-left-box"
| "ion:arrow-up-left-box-outline"
| "ion:arrow-up-left-box-sharp"
| "ion:arrow-up-outline"
| "ion:arrow-up-right-box"
| "ion:arrow-up-right-box-outline"
| "ion:arrow-up-right-box-sharp"
| "ion:arrow-up-sharp"
| "ion:asterisk"
| "ion:at"
Expand Down Expand Up @@ -193,6 +205,9 @@ declare module 'virtual:astro-icon' {
| "ion:bicycle"
| "ion:bicycle-outline"
| "ion:bicycle-sharp"
| "ion:binoculars"
| "ion:binoculars-outline"
| "ion:binoculars-sharp"
| "ion:bluetooth"
| "ion:bluetooth-outline"
| "ion:bluetooth-sharp"
Expand Down Expand Up @@ -1301,6 +1316,7 @@ declare module 'virtual:astro-icon' {
| "ion:logo-amplify"
| "ion:logo-android"
| "ion:logo-angular"
| "ion:logo-appflow"
| "ion:logo-apple"
| "ion:logo-apple-appstore"
| "ion:logo-apple-ar"
Expand Down Expand Up @@ -1372,6 +1388,7 @@ declare module 'virtual:astro-icon' {
| "ion:logo-stencil"
| "ion:logo-tableau"
| "ion:logo-tiktok"
| "ion:logo-trapeze"
| "ion:logo-tumblr"
| "ion:logo-tux"
| "ion:logo-twitch"
Expand All @@ -1387,6 +1404,7 @@ declare module 'virtual:astro-icon' {
| "ion:logo-whatsapp"
| "ion:logo-windows"
| "ion:logo-wordpress"
| "ion:logo-x"
| "ion:logo-xbox"
| "ion:logo-xing"
| "ion:logo-yahoo"
Expand Down
5 changes: 5 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1717507915541
}
}
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Icon } from 'astro-icon/components'
<a href="https://accessible-astro.dev" title="external link" rel="external noopener noreferrer">External Link</a>
</li>
<li class="menu-item type-icon">
<a href="https://github.com/markteekman/accessible-astro-starter" title="Go to the GitHub page">
<a href="https://github.com/tomdamo/bando-studio" target="_blank" title="Go to the GitHub page">
<Icon name="ion:logo-github" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { src = '/astronaut-hero-img.webp' } = Astro.props
<div class="grid grid-cols-1 items-center gap-24 lg:grid-cols-2">
<div class="flex flex-col items-center gap-8 md:items-start">
<h1 class="text-center text-6xl md:text-left lg:text-8xl">
<slot><span class="text-gradient">Accessible</span> Starter for Astro</slot>
<slot><span class="text-gradient">Alien</span> On Board!</slot>
</h1>
<div class="flex flex-col gap-3 min-[500px]:flex-row">
<a class="button has-icon" href="https://github.com/markteekman/accessible-astro-starter">
Expand Down

0 comments on commit 4f33909

Please sign in to comment.