Skip to content

Commit c57d3e5

Browse files
Fixes: App loading issues, branding inconsistencies, and UI readability
1 parent 17436a7 commit c57d3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<title>Multi-Agent - Custom Automation Engine</title>
1515
</head>
1616
<body>
17-
<noscript>You need to enable JavaScript to run this app.</noscript>
17+
<noscript>You need to enable JavaScript to run this app</noscript>
1818
<div id="root"></div>
1919
<script type="module" src="/src/index.tsx"></script>
2020
</body>

0 commit comments

Comments
 (0)