cleanup 🧹

This commit is contained in:
Sanskar Tiwari 2024-03-08 13:14:04 +05:30
parent 3d6b4c9bd8
commit c4497f5824

View file

@ -344,6 +344,8 @@
}, },
selectCopy: function(el) { selectCopy: function(el) {
el.select();
if (navigator.clipboard) { if (navigator.clipboard) {
navigator.clipboard.writeText(el.value) navigator.clipboard.writeText(el.value)
.then(() => { .then(() => {
@ -654,7 +656,7 @@
{{-- STEP 3 --}} {{-- STEP 3 --}}
<template x-if="step == 3"> <template x-if="step == 3">
<div x-show="step == 3"> <div x-show="step == 3">
<h2 class="font-title text-2xl mb-5 text-primary font-medium uppercase"> <h2 class="font-title text-2xl mb-5 text-primary font-medium uppercase">
@lang('app.download-links') @lang('app.download-links')
</h2> </h2>