Skip to content

Commit

Permalink
round avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed May 14, 2024
1 parent 5e3d7ea commit 4a9725c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/components/navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Link, NavLink, useLocation } from "@remix-run/react";
import clsx from "clsx";
import React from "react";
import { useGlobalCtx } from "~/lib/global-ctx";
import { Avatar } from "./avatar";
import { Username } from "./username";
import React from "react";

const links = [
{
Expand Down Expand Up @@ -89,7 +89,7 @@ function Navbar() {
}
>
<Avatar
className="border-2 border-transparent group-[.is-active]:border-blue-600 group-[.is-active]:dark:border-amber-500 transition-[border-color] duration-200"
className="rounded-full border-2 border-transparent group-[.is-active]:border-blue-600 group-[.is-active]:dark:border-amber-500 transition-[border-color] duration-200"
size={22}
name={user.username}
/>{" "}
Expand Down

0 comments on commit 4a9725c

Please sign in to comment.