fix: swap open url and copy url button order

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-15 00:45:28 +01:00
parent 3b9b26f993
commit 9c49abfff2

View File

@@ -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>