Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit864827b

Browse files
committed
fix(docs): Open Collective icon until Bootstrap Icons are updated
1 parent5f7e62c commit864827b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

‎docs/components/header.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
target="_blank"
7676
:link-attrs="{ 'aria-label': 'Open Collective' }"
7777
>
78-
<b-iconicon="opencollective"></b-icon>
78+
<opencollective-logowidth="1em"height="1em"class="b-icon bi"></opencollective-logo>
7979
</b-nav-item>
8080
</b-navbar-nav>
8181
</b-navbar>
@@ -85,10 +85,14 @@
8585
import {BASE_URL,BASE_URL_DEV }from'~/constants'
8686
import {version }from'~/content'
8787
importBvBadgefrom'~/components/bv-badge'
88+
importOpencollectiveLogofrom'~/components/opencollective-logo'
8889
8990
exportdefault {
9091
name:'BVHeader',
91-
components: { BvBadge },
92+
components: {
93+
BvBadge,
94+
OpencollectiveLogo
95+
},
9296
data() {
9397
return {
9498
version,
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<template>
2+
<svg
3+
xmlns="http://www.w3.org/2000/svg"
4+
viewBox="0 0 16 16"
5+
version="1.1"
6+
focusable="false"
7+
role="img"
8+
>
9+
<title>Open Collective Logo</title>
10+
<pathfill="currentColor"fill-opacity=".4"d="M12.995 8.195c0 .937-.312 1.912-.78 2.693l1.99 1.99c.976-1.327 1.6-2.966 1.6-4.683 0-1.795-.624-3.434-1.561-4.76l-2.068 2.028c.468.781.78 1.679.78 2.732z" />
11+
<pathfill="currentColor"d="M8 13.151a4.995 4.995 0 1 1 0-9.99c1.015 0 1.951.273 2.732.82l1.95-2.03a7.805 7.805 0 1 0 .04 12.449l-1.951-2.03a5.07 5.07 0 0 1-2.732.781z" />
12+
</svg>
13+
</template>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp