Skip to content
Open
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
2 changes: 1 addition & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Link from "next/link";
/* import Link from "next/link"; */

export default function About() {
return (
Expand Down
13 changes: 13 additions & 0 deletions app/components/spinner1.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"use client";

export default function Spinner() {
return (
<div
role="status"
/* display → size → border-width → border-color → border-radius → animation */
className="inline-block size-6 border-4 border-gray-400 border-t-transparent rounded-full animate-spin"
>
<span className="sr-only">Loading…</span>
</div>
);
}
Empty file added hello.txt
Empty file.
Loading