mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
This commit is contained in:
@ -3,7 +3,7 @@ import { RichInput } from "@reactive-resume/ui";
|
||||
|
||||
import { useResumeStore } from "@/client/stores/resume";
|
||||
|
||||
import { getSectionIcon } from "../shared/section-icon";
|
||||
import { SectionIcon } from "../shared/section-icon";
|
||||
|
||||
export const NotesSection = () => {
|
||||
const setValue = useResumeStore((state) => state.setValue);
|
||||
@ -13,7 +13,7 @@ export const NotesSection = () => {
|
||||
<section id="notes" className="grid gap-y-6">
|
||||
<header className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-x-4">
|
||||
{getSectionIcon("notes")}
|
||||
<SectionIcon id="notes" size={18} name={t`Notes`} />
|
||||
<h2 className="line-clamp-1 text-2xl font-bold lg:text-3xl">{t`Notes`}</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user