Skip to content

Commit

Permalink
Remove Dice References
Browse files Browse the repository at this point in the history
Eliminate all references to "dice" throughout the codebase to ensure consistency and clarity in the application.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Sep 26, 2024
1 parent 20317f4 commit 7914177
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Link } from 'react-router-dom';
import { RocketIcon, BoxIcon, Dice, AnchorIcon, CastleIcon, CupSodaIcon, CircleDotIcon, HeadphonesIcon, MessageSquareIcon } from 'lucide-react';
import { RocketIcon, BoxIcon, AnchorIcon, CastleIcon, CupSodaIcon, CircleDotIcon, HeadphonesIcon, MessageSquareIcon } from 'lucide-react';
import { isStaff } from './ProtectedRoute';

const Sidebar = () => {
Expand All @@ -12,9 +12,6 @@ const Sidebar = () => {
<Link to="/cases" className="text-white hover:text-blue-400">
<BoxIcon size={24} />
</Link>
<Link to="/dice" className="text-white hover:text-blue-400">
<Dice size={24} />
</Link>
<Link to="/mines" className="text-white hover:text-blue-400">
<AnchorIcon size={24} />
</Link>
Expand Down

0 comments on commit 7914177

Please sign in to comment.