We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622586b commit 8fde79bCopy full SHA for 8fde79b
src/shared/components/Gigs/GigApply/index.jsx
@@ -77,7 +77,7 @@ export default function GigApply(props) {
77
<Link to={`${config.GIGS_PAGES_PATH}`}>VIEW OTHER GIGS</Link>
78
</React.Fragment>
79
) : (
80
- <Link to={`${config.GIGS_PAGES_PATH}`} styleName="primaryBtn">GO TO GIGS LIST</Link>
+ <a href={`${config.GIGS_PAGES_PATH}`} styleName="primaryBtn">GO TO GIGS LIST</a>
81
)
82
}
83
</div>
0 commit comments