diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-16 00:09:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-16 00:09:32 +0900 |
| commit | 42c6c97f0230c0969a87e601be1ee740bd017aa5 (patch) | |
| tree | 76d55cb87a5f35779136431660398748a2c1124c /frontend/app/components/UserLabel.tsx | |
| parent | af2d6093e2987ccc597f0be1e97a451858fee933 (diff) | |
| download | phperkaigi-2025-albatross-42c6c97f0230c0969a87e601be1ee740bd017aa5.tar.gz phperkaigi-2025-albatross-42c6c97f0230c0969a87e601be1ee740bd017aa5.tar.zst phperkaigi-2025-albatross-42c6c97f0230c0969a87e601be1ee740bd017aa5.zip | |
feat(frontend): enhance ranking table design
Diffstat (limited to 'frontend/app/components/UserLabel.tsx')
| -rw-r--r-- | frontend/app/components/UserLabel.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/frontend/app/components/UserLabel.tsx b/frontend/app/components/UserLabel.tsx deleted file mode 100644 index 16ef4d4..0000000 --- a/frontend/app/components/UserLabel.tsx +++ /dev/null @@ -1,11 +0,0 @@ -type Props = { - label: string; -}; - -export default function UserLabel({ label }: Props) { - return ( - <span className="bg-sky-600 text-sky-50 rounded-lg p-3 text-sm"> - {label} - </span> - ); -} |
