Skip to content

Commit

Permalink
Fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSleeper committed Oct 12, 2023
1 parent 76e15bd commit 4d8999c
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 120 deletions.
240 changes: 120 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/elements/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Tabs: React.FC<TabsProps> = ({
{buttonsText.map((buttonText, index) => {
return (
<button
key={index}
className={`p-2 rounded-[40px] flex-1 ${
index == activeButton
? "border-[3px] border-screaminGreen-3 tabs-glow border-opacity-30 text-white-1"
Expand Down

0 comments on commit 4d8999c

Please sign in to comment.