Skip to content

Commit a584462

Browse files
authored
Merge pull request #1712 from lqd/dont-fork-me
Remove github banner from graphs page
2 parents 4393fa0 + 8cc9fa5 commit a584462

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

site/frontend/src/pages/graphs/page.vue

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,4 @@ loadGraphData(selector, loading);
147147
</div>
148148
<AsOf :info="info" />
149149
</div>
150-
<a href="https://github.com/rust-lang-nursery/rustc-perf">
151-
<img
152-
style="
153-
position: absolute;
154-
top: 0;
155-
right: 0;
156-
border: 0;
157-
clip-path: polygon(8% 0%, 100% 92%, 100% 0%);
158-
"
159-
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
160-
alt="Fork me on GitHub"
161-
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
162-
/>
163-
</a>
164150
</template>

0 commit comments

Comments
 (0)