Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@
"direnv",
"ECCS",
"isready",
"lefthook",
"libquery",
"lockb",
"mytheme",
"nixpkgs",
"Noninteractive",
"notistack",
"pkgs",
"psql",
"qiita",
"reqwest",
"rustc",
"safify",
"supabase",
"swiper",
"lefthook",
"stdenv",
"rustc",
"pkgs",
"nixpkgs",
"libquery"
"supabase",
"swiper"
],
"dictionaries": [
"softwareTerms",
Expand Down
3 changes: 2 additions & 1 deletion web/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function Header(props: Props) {
</button>
<div className="dropdown-content z-[1] w-56 rounded-box bg-base-100 p-2 shadow">
<p className="p-2 text-xs">CourseMate は現在ベータ版です。</p>
<ul className="menu p-0">
{/* biome-ignore lint/a11y/noNoninteractiveTabindex: daisyUI の仕様。tabIndex を消すとモバイルで開かないなどの問題が起こる */}
<ul tabIndex={0} className="menu p-0">
<li>
<a
href="https://forms.gle/WvFTbsJoHjGp9Qt88"
Expand Down