Skip to content

Commit

Permalink
werfeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 22, 2024
1 parent d804739 commit 447a6ae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function DashboardLayoutNavigation(props) {
{
segment: 'fantasy',
title: 'Fantasy',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
kind: 'header',
Expand Down Expand Up @@ -109,7 +109,7 @@ function DashboardLayoutNavigation(props) {
{
segment: 'action',
title: 'Action',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'mad-max',
Expand All @@ -126,7 +126,7 @@ function DashboardLayoutNavigation(props) {
{
segment: 'sci-fi',
title: 'Sci-Fi',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'star-wars',
Expand All @@ -150,7 +150,7 @@ function DashboardLayoutNavigation(props) {
{
segment: 'mammals',
title: 'Mammals',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'lion',
Expand All @@ -167,7 +167,7 @@ function DashboardLayoutNavigation(props) {
{
segment: 'birds',
title: 'Birds',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'eagle',
Expand All @@ -184,7 +184,7 @@ function DashboardLayoutNavigation(props) {
{
segment: 'reptiles',
title: 'Reptiles',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'crocodile',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function DashboardLayoutNavigation(props: DemoProps) {
{
segment: 'fantasy',
title: 'Fantasy',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
kind: 'header',
Expand Down Expand Up @@ -112,7 +112,7 @@ export default function DashboardLayoutNavigation(props: DemoProps) {
{
segment: 'action',
title: 'Action',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'mad-max',
Expand All @@ -129,7 +129,7 @@ export default function DashboardLayoutNavigation(props: DemoProps) {
{
segment: 'sci-fi',
title: 'Sci-Fi',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'star-wars',
Expand All @@ -153,7 +153,7 @@ export default function DashboardLayoutNavigation(props: DemoProps) {
{
segment: 'mammals',
title: 'Mammals',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'lion',
Expand All @@ -170,7 +170,7 @@ export default function DashboardLayoutNavigation(props: DemoProps) {
{
segment: 'birds',
title: 'Birds',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'eagle',
Expand All @@ -187,7 +187,7 @@ export default function DashboardLayoutNavigation(props: DemoProps) {
{
segment: 'reptiles',
title: 'Reptiles',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'crocodile',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
segment: 'fantasy',
title: 'Fantasy',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
kind: 'header',
Expand Down Expand Up @@ -49,7 +49,7 @@
{
segment: 'action',
title: 'Action',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'mad-max',
Expand All @@ -66,7 +66,7 @@
{
segment: 'sci-fi',
title: 'Sci-Fi',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'star-wars',
Expand All @@ -90,7 +90,7 @@
{
segment: 'mammals',
title: 'Mammals',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'lion',
Expand All @@ -107,7 +107,7 @@
{
segment: 'birds',
title: 'Birds',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'eagle',
Expand All @@ -124,7 +124,7 @@
{
segment: 'reptiles',
title: 'Reptiles',
icon: <DescriptionIcon />,
icon: <FolderIcon />,
children: [
{
segment: 'crocodile',
Expand Down

0 comments on commit 447a6ae

Please sign in to comment.