Skip to content

Commit b78e5c4

Browse files
committed
Update initgui.js
1 parent 26e9d9e commit b78e5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/initgui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ window.initgui = async function(options){
841841
// if this is a popup, show a spinner
842842
let spinner_init_ts = Date.now();
843843
if(window.embedded_in_popup){
844-
puter.ui.showSpinner('Setting up your <a href="https://puter.com" target="_blank">Puter</a> account for secure AI and Cloud features...');
844+
puter.ui.showSpinner('<span style="-webkit-font-smoothing: antialiased;">Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account for secure AI and Cloud features</span>');
845845
}
846846

847847
$.ajax({

0 commit comments

Comments
 (0)