Skip to content

Commit

Permalink
Merge branch 'main' into change-slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara authored Apr 24, 2023
2 parents 0a9b857 + 3972162 commit 2a7bf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Ludwig Kristoffersson <[email protected]>",
"scripts": {
"dev": "ENVIRONMENT=development umi dev",
"build": "sh update_version.sh && COMPRESS=none ENVIRONMENT=production umi build",
"build": "sh update_version.sh && ENVIRONMENT=production umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "ENVIRONMENT=development npm run dev",
Expand Down
2 changes: 1 addition & 1 deletion web-ui/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function IndexPage() {
type="primary"
size="large"
>
<BulbOutlined /> Look at a random assignment
<BulbOutlined /> Test with an example!
</Button>
</Col>
</Row>
Expand Down

0 comments on commit 2a7bf3b

Please sign in to comment.