Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
binamkayastha committed Jul 14, 2024
1 parent c833b80 commit e6ef209
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion nepalingo-web/src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const Card: React.FC<CardProps> = ({
isFlipped,
}) => {
const [audio, setAudio] = useState<HTMLAudioElement | null>(null);
console.log(ImageUrl)

const handlePronunciation = (event: React.MouseEvent) => {
event.stopPropagation();
Expand Down
10 changes: 0 additions & 10 deletions nepalingo-web/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ const Header: React.FC = () => {
<a href="https://nepalingo.com" className="flex items-center">
<img src={logo} alt="Nepalingo Logo" className="h-24" />
</a>
{/* TODO: Sign out logic */}
{/* <div className="flex items-center lg:order-2"> */}
{/* <a */}
{/* href="#" */}
{/* className="text-gray-800 dark:text-white hover:bg-gray-50 focus:ring-4 focus:ring-gray-300 font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5 mr-2 dark:hover:bg-gray-700 focus:outline-none dark:focus:ring-gray-800" */}
{/* > */}
{/* */}
{/* Sign Out */}
{/* </a> */}
{/* </div> */}
</div>
</nav>
);
Expand Down

0 comments on commit e6ef209

Please sign in to comment.