feat: add open url button to open countdown link in new tab

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-15 00:36:58 +01:00
parent d184a8339c
commit 1d43b87836

View File

@@ -139,6 +139,7 @@ const copyUrl = () => {
</div> </div>
<div> <div>
<button @click="copyUrl">copy url</button> <button @click="copyUrl">copy url</button>
<a :href="url" target="_blank" rel="noopener noreferrer"><button type="button">open url</button></a>
</div> </div>
</form> </form>
</div> </div>