Skip to content

Commit

Permalink
fix: broken skip link in Learner Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush1oo8 committed Dec 5, 2024
1 parent f9d13c4 commit 7a3bd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const App = () => {
<div>
<AppWrapper>
<LearnerDashboardHeader />
<main>
<main id='main'>

Check failure on line 83 in src/App.jsx

View workflow job for this annotation

GitHub Actions / tests

Unexpected usage of singlequote
{hasNetworkFailure
? (
<Alert variant="danger">
Expand Down

0 comments on commit 7a3bd54

Please sign in to comment.