refactor: replace anchor tags with Link components for navigation in dashboard pages
This commit is contained in:
@@ -67,8 +67,8 @@ export const SubscribePlanPage = () => {
|
||||
),
|
||||
6: (value: string) => (
|
||||
<Button
|
||||
as="a"
|
||||
href={`/lg-admin/subscribe-plan/update/${value}`}
|
||||
as={Link}
|
||||
to={`/lg-admin/subscribe-plan/update/${value}`}
|
||||
className="text-md rounded-md"
|
||||
size="sm"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user