Skip to content

Commit

Permalink
Added 'Back-To-Top' Button
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmitaMishra24 committed Jun 9, 2024
1 parent 28b29c9 commit 449f411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(routes)/search/advanced/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useState } from 'react';
import axios from 'axios';
import toast, { Toaster } from 'react-hot-toast';
import Image from 'next/image';
import BackToTop from '@/components/BackToTop';

const Confess = () => {
const [username, setUsername] = useState('');
Expand Down Expand Up @@ -149,6 +150,7 @@ const Confess = () => {
</div>
</div>
)}
<BackToTop />
</div>
);
};
Expand Down

0 comments on commit 449f411

Please sign in to comment.