mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-24 12:11:02 +00:00
Fixed branding icon path in mocked cypress config (#804)
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
26b420c500
commit
e8ccd44ff7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export const banner = {
|
|||
|
||||
export const branding = {
|
||||
name: 'ACME Corp',
|
||||
logo: 'http://localhost:3001/acme.png'
|
||||
logo: 'http://localhost:3001/img/acme.png'
|
||||
}
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Reference in a new issue