mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
style: clean up
This commit is contained in:
parent
72ff5c9354
commit
bc7460bd71
6 changed files with 11 additions and 11 deletions
|
|
@ -28,10 +28,10 @@ export default async function ProfilePage({ params }: Props) {
|
|||
});
|
||||
|
||||
return (
|
||||
<div className="flex gap-2">
|
||||
<div className="flex gap-2 max-sm:flex-col">
|
||||
<img src="https://placehold.co/400x300" alt="mii" className="rounded-xl" />
|
||||
<div className="flex flex-col gap-1 p-4">
|
||||
<h1 className="text-5xl font-extrabold">{mii?.name}</h1>
|
||||
<h1 className="text-5xl font-extrabold break-words">{mii?.name}</h1>
|
||||
<div id="tags" className="flex gap-1 mt-1 *:px-2 *:py-1 *:bg-orange-300 *:rounded-full *:text-xs">
|
||||
{mii?.tags.map((tag) => (
|
||||
<Link href={{ pathname: "/", query: { tags: tag } }} key={tag}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue