Skip to content

Commit 07e6665

Browse files
authored
Merge pull request #4 from vindi/atualiza_logo
Atualiza o logo da Vindi
2 parents 60f7662 + 587021c commit 07e6665

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

dist/favicon.png

8.14 KB
Loading

dist/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<meta charset="UTF-8">
66
<title>API Vindi</title>
77
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
8-
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
9-
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
8+
<link rel="icon" type="image/png" href="./favicon.png" />
109
<style>
1110
html
1211
{

src/custom-vindi/assets/logo-azul.png

2.75 KB
Loading
-142 KB
Binary file not shown.

src/custom-vindi/custom-top-bar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import logo from './assets/logo-branco.png';
2+
import logo from './assets/logo-azul.png';
33

44

55
export default class CustomTopBar extends React.Component {
@@ -13,4 +13,4 @@ export default class CustomTopBar extends React.Component {
1313

1414
)
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)