We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd8b2e commit 5859943Copy full SHA for 5859943
templates/repo/home.tmpl
@@ -119,9 +119,9 @@
119
<div id="clone-panel">
120
<button class="ui tiny primary button tw-pr-1 tw-flex js-btn-clone-panel">
121
<span>{{svg "octicon-code" 16}} Code</span>
122
- {sv "octicon-triangle-down" 14 "dropdown icon"}}
+ {{svg "octicon-triangle-down" 14 "dropdown icon"}}
123
</button>
124
- <div class"clone-panel tippy-target">
+ <div class="clone-panel tippy-target">
125
<div class="ui segment">
126
<div class="field tw-flex tw-items-center">
127
<div class="tw-flex-1">{{svg "octicon-terminal" 16}} Clone</div>
0 commit comments