Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted committed Feb 10, 2024
1 parent c082753 commit 1b2bc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Foodie/ClientApp/src/app/nav-menu/nav-menu.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ nav {
margin: 0;
font-size: x-small;
color: #fff;
}
}
2 changes: 1 addition & 1 deletion Foodie/ClientApp/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { version } from './version'

export const environment = {
production: false,
version: version
version: version,
};

/*
Expand Down

0 comments on commit 1b2bc55

Please sign in to comment.