mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 18:21:52 +02:00
🧑💻 Switch to pnpm
This commit is contained in:
parent
9af5b696c8
commit
07bd33fa63
27 changed files with 19407 additions and 16350 deletions
|
@ -1,4 +1,4 @@
|
|||
import clsx from "clsx";
|
||||
import { cn } from "@rallly/ui";
|
||||
import dayjs, { Dayjs } from "dayjs";
|
||||
|
||||
export const DateIconInner = (props: {
|
||||
|
@ -9,7 +9,7 @@ export const DateIconInner = (props: {
|
|||
}) => {
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
className={cn(
|
||||
"inline-flex size-10 flex-col overflow-hidden rounded-md border bg-gray-50 text-center text-slate-800",
|
||||
props.className,
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue