1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

chande button label

This commit is contained in:
lana-k
2020-12-21 11:23:59 +01:00
parent 6e29791892
commit e2db4e2634

View File

@@ -5,7 +5,7 @@
Sqliteviz is fully client-side. Your database never leaves your computer. Sqliteviz is fully client-side. Your database never leaves your computer.
</div> </div>
<button id ="skip" class="secondary" @click="$router.push('/editor')"> <button id ="skip" class="secondary" @click="$router.push('/editor')">
Skip database loading for now Skip database loading
</button> </button>
</div> </div>
</template> </template>