mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
changed welcome to welcome to our pet shop
This commit is contained in:
parent
91328af12d
commit
f4095d221c
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class WelcomeController {
|
|||
|
||||
@GetMapping("/")
|
||||
public String welcome() {
|
||||
return "welcome";
|
||||
return "welcome to our shop";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.navbar {
|
||||
border-top: 4px solid #6db33f;
|
||||
border-top: 4px solid #3e4837;
|
||||
background-color: #34302d;
|
||||
margin-bottom: 0px;
|
||||
border-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue