fix: swap open url and copy url button order
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -138,8 +138,8 @@ const copyUrl = () => {
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<button @click="copyUrl">copy url</button>
|
||||
<a :href="url" target="_blank" rel="noopener noreferrer"><button type="button">open url</button></a>
|
||||
<button @click="copyUrl">copy url</button>
|
||||
</div>
|
||||
<p class="hint">Shrink the window to hide this config.</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user