Skip to content

Commit 88152c8

Browse files
authored
Update dashboard title (#327)
1 parent 7d1a6e2 commit 88152c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def nersc_route():
335335
def gui_setup():
336336
print("Setting GUI layout...")
337337
with SinglePageWithDrawerLayout(server) as layout:
338-
layout.title.set_text("BELLA Superfacility")
338+
layout.title.set_text("Synapse")
339339
# add toolbar components
340340
with layout.toolbar:
341341
vuetify.VSpacer()

0 commit comments

Comments
 (0)