Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
feat: 🎸 最終結果の順位表の PDF を非ログインでも閲覧できるリンク先へと変更した
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Apr 30, 2023
1 parent aef5b0d commit 7007e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/common/RankingTableAndTweetSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const RankingTableAndTweetSummary: NextPage = () => {
<div className="text-left">
<p className="text-center">
<a
href="https://gensosenkyo.booth.pm/items/4262247"
href="https://drive.google.com/file/d/1zmmWdC69cwNLT3cEDT3D2vdgszhkE1zd/view"
className="underline underline-offset-4 text-blue-500 hover:text-blue-900"
target="_blank"
rel="noreferrer"
>
順位表 (BOOTH)
順位表 (PDF)
</a>
<span className="pl-1">
<ExternalLink />
Expand Down

0 comments on commit 7007e07

Please sign in to comment.