Skip to content

Commit

Permalink
align brand name
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Aug 14, 2022
1 parent f0f1166 commit 8744af9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dagu Admin UI
# dagu Admin UI

## How to develop?

Expand Down
2 changes: 1 addition & 1 deletion admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
href="https://fonts.googleapis.com/css2?family=Antonio:wght@100;400&family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&family=Work+Sans:wght@800&display=swap"
rel="stylesheet"
/>
<title>Dagu Admin Web</title>
<title>dagu Admin Web</title>
<script>
function getConfig() {
return {
Expand Down
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dagu-admin",
"version": "1.0.0",
"description": "admin Web UI for Dagu",
"description": "admin Web UI for dagu",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion admin/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function Content({ title, navbarColor, children }: DashboardContentProps) {
</NavBarTitleText>
)}
</AppBarContext.Consumer>
<NavBarTitleText>{title || 'Dagu'}</NavBarTitleText>
<NavBarTitleText>{title || 'dagu'}</NavBarTitleText>
</Toolbar>
</AppBar>
<Grid
Expand Down

0 comments on commit 8744af9

Please sign in to comment.