Skip to content

Commit

Permalink
feat: ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Feb 25, 2025
1 parent d4c5446 commit 484b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/Categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Link, useNavigate } from 'react-router-dom';
import Typography from '@mui/material/Typography';
import Button from '@mui/material/Button';
import { useState } from 'react';
import { categoriesColors } from 'config/uiConfig';

type ArrayElement<ArrayType extends readonly unknown[]> =
ArrayType extends readonly (infer ElementType)[] ? ElementType : never;
Expand Down Expand Up @@ -74,7 +75,6 @@ const SingleCategory = function ({
</Grid>
);
};
const categoriesColors: string[] = ['#8FBC5D', '#3CB6E2', '#FFD400', '#AB6993'];
export default function Categories() {
return (
<Grid width={'80%'} container mt={2} spacing={2}>
Expand Down

0 comments on commit 484b6e8

Please sign in to comment.