Skip to content

Commit

Permalink
Fix links in index page
Browse files Browse the repository at this point in the history
  • Loading branch information
pkong-ds committed May 24, 2024
1 parent 1e4c35f commit fa21245
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,19 @@ import { Image } from "@astrojs/image/components";
<li class="quick-device-list__item quick-device-list__item-iphone">
<a
class="quick-device-list__link quick-device-list__link-iphone"
href="/type/ios#iphone14">iPhone 14</a
href="/device/apple-iphone14-blue">iPhone 14</a
>
</li>
<li class="quick-device-list__item quick-device-list__item-googlepixel">
<a
class="quick-device-list__link quick-device-list__link-googlepixel"
href="/type/android#googlepixel">Google Pixel</a
href="/device/google-pixel5-justblack">Google Pixel</a
>
</li>
<li class="quick-device-list__item quick-device-list__item-other">
<a
class="quick-device-list__link quick-device-list__link-other"
href="/type/computer#macbook"
>Other laptop, phones, tablets & wearables.</a
href="/type/laptop">Other laptop, phones, tablets & wearables.</a
>
</li>
</ul>
Expand Down

0 comments on commit fa21245

Please sign in to comment.