-
Notifications
You must be signed in to change notification settings - Fork 3
Convert navigation buttons to anchor tags for right-click context menu support #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
dbdf8f5
1e4701b
bdeaca8
c260264
8f45b16
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -78,7 +78,7 @@ <h2>Save and Start Transcribing :</h2> | |||||
| </div> | ||||||
| </div> | ||||||
| <div class="bottom-panel"> | ||||||
| <button class="get-started-button" onclick="window.location.href='/components/quick-guide/'">Get Started</button> | ||||||
| <a class="get-started-button" href="/components/quick-guide/">Get Started</a> | ||||||
|
||||||
| <a class="get-started-button" href="/components/quick-guide/">Get Started</a> | |
| <a class="get-started-button" href="/components/quick-guide/" role="button">Get Started</a> |
cubap marked this conversation as resolved.
Show resolved
Hide resolved
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,10 +5,10 @@ | |||||
| <span class="text">Share Publicly</span> | ||||||
| <span class="btn-icon share"></span> | ||||||
| </button> | ||||||
| <button class="default-btn" id="modify-team-btn" > | ||||||
| <a class="default-btn" id="modify-team-btn" href="#"> | ||||||
|
||||||
| <a class="default-btn" id="modify-team-btn" href="#"> | |
| <a class="default-btn" id="modify-team-btn" href="#" role="button"> |
Uh oh!
There was an error while loading. Please reload this page.