File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/components/EndpointLink Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ <h5 class="http-verb" [ngClass]="verb">{{verb}}</h5>
3
3
< span > <!--
4
4
--> < span class ="operation-api-url-path "> {{path}}</ span > <!--
5
5
--> </ span >
6
+ < svg class ="expand-icon " xmlns ="http://www.w3.org/2000/svg " version ="1.1 " x ="0 " y ="0 " viewBox ="0 0 24 24 " xml:space ="preserve ">
7
+ < polygon fill ="white " points ="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "/>
8
+ </ svg >
6
9
</ div >
7
- < svg class ="expand-icon " xmlns ="http://www.w3.org/2000/svg " version ="1.1 " x ="0 " y ="0 " viewBox ="0 0 24 24 " xml:space ="preserve ">
8
- < polygon fill ="white " points ="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "/>
9
- </ svg >
10
10
< div class ="servers-overlay ">
11
11
< div *ngFor ="let server of servers " class ="server-item ">
12
12
< div class ="description " [innerHtml] ="server.description | marked "> </ div >
You can’t perform that action at this time.
0 commit comments