mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
release: v4.1.0
This commit is contained in:
@ -23,8 +23,10 @@ export const ResumesPage = () => {
|
||||
|
||||
<Tabs
|
||||
value={layout}
|
||||
onValueChange={(value) => setLayout(value as Layout)}
|
||||
className="space-y-4"
|
||||
onValueChange={(value) => {
|
||||
setLayout(value as Layout);
|
||||
}}
|
||||
>
|
||||
<div className="flex items-center justify-between">
|
||||
<motion.h1
|
||||
|
||||
Reference in New Issue
Block a user