Skip to content

Commit

Permalink
improve case
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 9, 2023
1 parent 789ee27 commit b5e1560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function main() {
tooltip.id = 'tooltip';
tooltip.className = 'tooltip';
tooltip.style.position = 'fixed';
tooltip.innerHTML = `<a href="${text}" target="_blank">Follow Link</a>`;
tooltip.innerHTML = `<a href="${text}" target="_blank">Follow link</a>`;
tooltip.style.visibility = 'hidden';
document.body.appendChild(tooltip);

Expand Down

0 comments on commit b5e1560

Please sign in to comment.