Skip to content

Commit

Permalink
Merge pull request #232 from shantanusoni72/fix/remove-yellow-btn
Browse files Browse the repository at this point in the history
FIX: removed unnecessary yellow button
  • Loading branch information
samanyougarg authored Jan 20, 2024
2 parents 32ce34c + 64ff11c commit 2ea46da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
4 changes: 2 additions & 2 deletions src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const Settings = ({ settingsIsOpen, closeSettingsModal, translate }: Props) => {
)}
></button>

<button
{/*<button
type="button"
onClick={() =>
setAppearanceSettings((prevState) => {
Expand All @@ -230,7 +230,7 @@ const Settings = ({ settingsIsOpen, closeSettingsModal, translate }: Props) => {
: "",
"inline-flex items-center rounded-full border border-transparent bg-yellow-bg p-5 text-white shadow-sm focus:outline-none focus:ring-2 focus:ring-my-orange focus:ring-offset-2 dark:ring-offset-dark-100",
)}
></button>
></button>*/}

<button
type="button"
Expand Down

1 comment on commit 2ea46da

@vercel
Copy link

@vercel vercel bot commented on 2ea46da Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bg-frontend – ./

bg-frontend-lac.vercel.app
bg-frontend-git-main-gita-v2.vercel.app
bg-frontend-gita-v2.vercel.app

Please sign in to comment.