Skip to content

Commit 9bdcb2e

Browse files
committed
fix: remove version on Server Mono label
1 parent b416cb3 commit 9bdcb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/page/DefaultActionBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const DefaultActionBar: React.FC<DefaultActionBarProps> = ({ items = [] }) => {
171171
},
172172
{
173173
icon: '⊹',
174-
children: 'Server Mono 0.0.7 [OFL]',
174+
children: 'Server Mono [OFL]',
175175
onClick: () => Utilities.onHandleFontChange('font-use-server-mono'),
176176
},
177177
{

0 commit comments

Comments
 (0)