mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: migrate tailwind to v4
This commit is contained in:
parent
6d770698d0
commit
81c4190b00
87 changed files with 773 additions and 620 deletions
|
|
@ -23,7 +23,7 @@ function NewActivityModal({
|
|||
return (
|
||||
<>
|
||||
{selectedView === 'home' && (
|
||||
<div className="flex flex-row space-x-2 justify-start mt-2.5 w-full">
|
||||
<div className="grid grid-cols-4 gap-2 mt-2.5 w-full">
|
||||
<ActivityOption
|
||||
onClick={() => {
|
||||
setSelectedView('dynamic')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue