mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04: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 = {
|
export const branding = {
|
||||||
name: 'ACME Corp',
|
name: 'ACME Corp',
|
||||||
logo: 'http://localhost:3001/acme.png'
|
logo: 'http://localhost:3001/img/acme.png'
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue