You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/Contribute.vue
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<mainclass="middle">
4
4
<h1>Contribute</h1>
5
5
6
-
<article:class="{shrink: expand || sent}">
6
+
<article:class="{shrink: expand}">
7
7
<p>
8
8
Our mission is to ensure the diversity and quality of the code on which our users practice and test their skills. We do our best to ensure that there are no errors in the code but with that many languages and technologies available on CodeRush, it is not possible without your help.
9
9
</p>
@@ -49,6 +49,7 @@
49
49
class="editor-wrapper"
50
50
@expand="(value) => expand = value"
51
51
/>
52
+
52
53
<pv-show="sent">
53
54
Thank you for your contribution. Your submission will soon be listed <ahref="https://github.com/encap/coderush/pulls">here</a>.
0 commit comments