feat: make reset filesystem button look better [skip ci]

This commit is contained in:
ThinLiquid 2024-01-25 10:03:52 +00:00 committed by GitHub
parent 2352c53881
commit 10c0dbe48a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,5 +124,5 @@ try {
writeln() writeln()
console.error(e.stack) console.error(e.stack)
writeln() writeln()
terminal.html(terminal.getHTML() + '<a onclick="indexedDB.deleteDatabase(\'virtualfs\')">Reset FileSystem</a>') terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\')">Would you like to reset the VirtualFS?</a>')
} }