fixed payment switch btn

This commit was merged in pull request #72.
This commit is contained in:
victorAnumudu
2025-08-19 19:11:49 +01:00
parent cdb676a047
commit 3d5bdc2afd
4 changed files with 21 additions and 10 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { useQuery } from '@tanstack/react-query'
import { topBar } from '../../services/services'
import queryKeys from '../../services/queryKeys'
import { Link } from 'react-router-dom'
export default function TopBar() {
@@ -68,7 +69,7 @@ export default function TopBar() {
<small className="d-block">{item?.data_span}</small>
</div>
<div className="col text-right">
<h5 className="text-muted mb-0"><a href={item?.link}>{item?.description}</a></h5>
<h5 className="text-muted mb-0"><Link to={item?.link}>{item?.description}</Link></h5>
</div>
</div>
<div className="apexchart-wrapper">