This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #522 from true-runes/development
v17.3.0
- Loading branch information
Showing
7 changed files
with
106 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import Link from 'next/link' | ||
|
||
export const GeneralInformation = () => { | ||
return ( | ||
<> | ||
<div className="collapse collapse-arrow"> | ||
<input type="checkbox" className="peer" /> | ||
|
||
<div className="collapse-title pl-0"> | ||
<div>各種情報</div> | ||
</div> | ||
|
||
<div className="collapse-content"> | ||
<div> | ||
<Link | ||
href="/events-in-event/result-illustration-applications" | ||
passHref | ||
> | ||
<span className="link link-hover">開票イラスト応募状況</span> | ||
</Link> | ||
</div> | ||
<div className="my-4" /> | ||
<div> | ||
<Link | ||
href="/events-in-event/novels-on-themes-application-results" | ||
passHref | ||
> | ||
<span className="link link-hover">「お題」募集結果</span> | ||
</Link> | ||
</div> | ||
</div> | ||
</div> | ||
</> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.