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>
|
||||||
<div>
|
<div>
|
||||||
<button @click="copyUrl">copy url</button>
|
|
||||||
<a :href="url" target="_blank" rel="noopener noreferrer"><button type="button">open url</button></a>
|
<a :href="url" target="_blank" rel="noopener noreferrer"><button type="button">open url</button></a>
|
||||||
|
<button @click="copyUrl">copy url</button>
|
||||||
</div>
|
</div>
|
||||||
<p class="hint">Shrink the window to hide this config.</p>
|
<p class="hint">Shrink the window to hide this config.</p>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user