Skip to content

Commit ec5eb03

Browse files
committed
[chore] fixed incorrect ref to index.css
1 parent 9c5401f commit ec5eb03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
<meta name="description" content="RapiDoc is Web Component based Swagger & OpenAPI Spec Viewer. Alternate for SwaggerUI or Redoc. It is fast, small and made with lit-element">
1717
<meta name="keywords" content="RapiDoc,ReDoc,Swagger,SwaggerUI,Custom Element,Web Component,OpenAPI,REST">
1818

19-
<link rel="shortcut icon" type="image/png" href="../images/logo.png"/>
19+
<link rel="shortcut icon" type="image/png" href="./images/logo.png"/>
2020

2121
<!-- Fonts -->
2222
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700" rel="stylesheet">
2323
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
2424

25-
<link rel="stylesheet" href="../index.css">
25+
<link rel="stylesheet" href="./index.css">
2626
<title>RapiDoc - Web Component based Swagger & OpenAPI Spec Viewer</title>
2727
</head>
2828

2929
<body>
3030
<div class="banner container" id="banner" style="padding:20px 32px">
3131
<div class="header">
32-
<img class="logo" src="../images/logo.png" style="width:48px;height:48px;margin-right:10px;" />
32+
<img class="logo" src="./images/logo.png" style="width:48px;height:48px;margin-right:10px;" />
3333
<div class="product-name">&lt;rapi-doc&gt;</div>
3434
<div class="menu" style="flex:1"></div>
3535
<nav class="menu">

0 commit comments

Comments
 (0)