Skip to content

Commit

Permalink
Merge pull request #1103 from hackclub/localize-au-in-store
Browse files Browse the repository at this point in the history
Localize AU option
  • Loading branch information
maxwofford authored Jan 15, 2025
2 parents f2a510d + aa730be commit f2eebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/harbor/shop/shop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function Shop({ session }: { session: HsSession }) {
<option value="2">🇪🇺 EU + 🇬🇧 UK</option>
<option value="3">🇮🇳 India</option>
<option value="4">🍁 Canada</option>
<option value="6">🇦🇺 Australia</option>
<option value="6">🇦🇺 ɐᴉlɐɹʇsn∀</option>
<option value="5">🗺 other countries worldwide...</option>
</select>
</div>
Expand Down

0 comments on commit f2eebfd

Please sign in to comment.