Skip to content

Commit f77e7ed

Browse files
committed
fix: update layout option label and icon for better clarity
1 parent f7a97bf commit f77e7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/settings/components/GeneralSettings/LayoutSettings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IoGridSharp } from 'react-icons/io5'
1+
import { RiSparkling2Fill } from 'react-icons/ri'
22
import { TfiLayoutColumn4Alt } from 'react-icons/tfi'
33
import Select, {
44
GroupBase,
@@ -18,7 +18,7 @@ type LayoutOption = {
1818
}
1919

2020
const Layouts: LayoutOption[] = [
21-
{ value: 'grid', label: 'Grid', icon: <IoGridSharp /> },
21+
{ value: 'grid', label: 'AI Feed (Beta)', icon: <RiSparkling2Fill color="#F1D247" /> },
2222
{ value: 'cards', label: 'Cards', icon: <TfiLayoutColumn4Alt /> },
2323
]
2424

0 commit comments

Comments
 (0)