Skip to content

Commit

Permalink
explicit wifi, and nicer discord logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 19, 2024
1 parent 9201573 commit af97ae6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
11 changes: 0 additions & 11 deletions src/assets/logos/icon-place.svg

This file was deleted.

Binary file modified src/assets/qr/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions src/pages/badge/back.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ import "@fontsource/urbanist";
import "~/layouts/base.css";
import "~/layouts/normalize.css";
// import place from "~/assets/logos/icon-place.svg";
import wifi from "~/assets/logos/icon-wifi.svg";
import qrDiscord from "~/assets/qr/discord.png";
import SponsorLogos from "~/components/SponsorLogos.astro";
import BadgeLayout from "~/layouts/BadgeLayout.astro";
import { Image } from "astro:assets";
const iconPairs = [
// {
// className: "footer-icon-pair-text",
// src: place,
// text: "Simons Theatre, 1 Central Wharf",
// },
{ className: "footer-icon-pair-code", src: wifi, text: "neaqguest" },
];
---
Expand All @@ -40,8 +34,9 @@ const iconPairs = [
{
iconPairs.map(({ className, src, text }) => (
<div class:list={["footer-icon-pair", className]}>
<pre>{text}</pre>
wifi
<Image alt="" src={src} height={36} width={36} />
<pre>{text}</pre>
</div>
))
}
Expand Down

0 comments on commit af97ae6

Please sign in to comment.