Skip to content

Commit

Permalink
Update wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Sep 4, 2023
1 parent c8d8eff commit c661119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/githubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- 'master'
- 'webconverter'

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion src/WebConverter/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" style="padding: .5rem 1rem !important; cursor: pointer !important;" @onclick="ToggleTheme">
<NavLink class="nav-link" style="padding: .5rem 1rem !important; cursor: pointer !important; user-select: none;" @onclick="ToggleTheme">
<span class="oi oi-lightbulb" aria-hidden="true"></span> Toggle theme
</NavLink>
</div>
Expand Down

0 comments on commit c661119

Please sign in to comment.