Skip to content

Commit

Permalink
small changes 7
Browse files Browse the repository at this point in the history
  • Loading branch information
juicebct committed Feb 5, 2025
1 parent 20f8caa commit 75cb479
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="logo">
<!-- Language selection -->
<div class="language-selector dropdown">
<button class="lang-btn" onclick="toggleDropdown('.language-selector')">
<img src="icons/globe.svg" alt="Language"> <span id="selected-lang">ENG</span>
<img src="icons/globe-icon.svg" alt="Language"> <span id="selected-lang">ENG</span>
</button>
<ul class="lang-dropdown">
<li onclick="changeSelection('.language-selector', 'selected-lang', 'ENG')">ENG</li>
Expand All @@ -64,7 +64,7 @@ <h1 lang="maintitle">ROLEPLAY <br> NICKNAME <br> GENERATOR</h1>
<!-- Nickname box -->
<h2 lang="your-nickname">YOUR NICKNAME</h2>
<div class="nickname-box" onclick="copyNickname()">
<img src="icons/person.svg" alt="Person Icon">
<img src="icons/person-icon.svg" alt="Person Icon">
<input type="text" id="nickname" value="IVAN_IVANOV" readonly>
</div>

Expand Down

0 comments on commit 75cb479

Please sign in to comment.