Skip to content

Commit

Permalink
Merge pull request #44 from tokyorubykaigi12/terfno/close
Browse files Browse the repository at this point in the history
remove call-for-sponsors
  • Loading branch information
Terfno authored Dec 21, 2024
2 parents 11e1385 + c09d9ed commit 4d50657
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 152 deletions.
90 changes: 0 additions & 90 deletions src/components/sponsors/CallForSponsors.astro

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/sponsors/Sponsors.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import Panel from "../Layouts/Panel.astro";
import CallForSponsors from "./CallForSponsors.astro";
import Sponsor from "../sponsors/Sponsor.astro";
// Rubys
Expand Down Expand Up @@ -39,7 +38,6 @@ import RentioLogoImage from "./logos/rentio.svg";

<Panel title="Sponsors" subtitle="スポンサー">
<div class="inner">
<CallForSponsors />
<div class="ruby">
<h3>Ruby Sponsors</h3>
<Sponsor
Expand Down
2 changes: 0 additions & 2 deletions src/components/top/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PrimaryLogoWhiteImage from "../../imgs/primary_logo_white.png";
import TriImage from "../../imgs/tri.png";
import TicketButtonBefore from "./TicketButtonBefore.astro";
import TicketButtonSelling from "./TicketButtonSelling.astro";
import InterNav from "./InterNav.astro";
function isTicketOpen(): boolean {
return true;
Expand Down Expand Up @@ -173,4 +172,3 @@ function isTicketOpen(): boolean {
</div>
</div>
</div>
<InterNav />
58 changes: 0 additions & 58 deletions src/components/top/InterNav.astro

This file was deleted.

0 comments on commit 4d50657

Please sign in to comment.