Skip to content

Commit 8005e14

Browse files
committed
Move disclaimer to the left column because when the list is huge, it can not be visible
1 parent 6861d28 commit 8005e14

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

webpack/js/components.js

+6-7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ export const App = {
111111
:reduce="experience => experience.code"
112112
:clearable="false"/>
113113
</form>
114+
<p class="disclaimer">
115+
*Not all issues have skills marked on them, especially if they are
116+
simple issues that do not require proficiency in any specific
117+
framework or language. Those issues will not appear when filtering by
118+
skill.
119+
</p>
114120
<div v-else>
115121
Loading filters, please wait...
116122
</div>
@@ -129,13 +135,6 @@ export const App = {
129135
</p>
130136
</div>
131137
</div>
132-
<p>
133-
<small>
134-
Not all issues have skills marked on them, especially if they are simple issues that
135-
do not require proficiency in any specific framework or language.Those issues will not
136-
appear when filtering by skill in the <a href="https://opensource.creativecommons.org/contributing-code/issue-finder/">Issue Finder</a>
137-
</small>
138-
</p>
139138
140139
</div>`,
141140
components: {

0 commit comments

Comments
 (0)