Skip to content

Commit d889313

Browse files
committed
fix: fix bug from asana
1 parent 164500e commit d889313

33 files changed

+43
-42
lines changed

view/javascript/components/header.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ export default {
4444
<style lang="scss">
4545
.vf-header {
4646
border-bottom: 1px solid #D9D9D9;
47-
margin-bottom: 50px;
48-
padding: 0 40px 25px;
47+
margin-bottom: 25px;
48+
padding: 0 30px 25px;
4949
@media (min-width: 1920px) {
50-
padding: 0 80px 50px;
50+
padding: 0 60px 50px;
5151
}
5252
&__wrapper {
5353
min-height: 63px;

view/javascript/components/header/Activation.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ export default {
145145
"textOn":"On",
146146
"textOff":"Off",
147147
"popupTitle": "Confirm launch!",
148-
"subTitlePopup": "You are about to activate your new Frontend Web App. To do this, we will update your .htaccess to add VueFront related apache rules. If you have a custom .htaccess file, we strongly advise your to add the rules manually by following the instructions",
149-
"text_bellow": "bellow",
148+
"subTitlePopup": "You are about to activate your new Frontend Web App. To do this, we will update your .htaccess to add VueFront related apache rules. If you have a custom .htaccess file, we strongly advise you to add the rules manually by following the instructions",
149+
"text_bellow": "here",
150150
"descriptionPopup": "To ensure your security, we will make a copy of your .htaccess file at <br>[path]. In case of unexpected situations or even site failure, please restore your old .htaccess file via ftp or your Cpanel file manager.",
151151
"buttonConfirm": "Confirm",
152152
"buttonAbort": "Abort",
@@ -227,7 +227,7 @@ export default {
227227
font-style: normal;
228228
line-height: 1.38;
229229
letter-spacing: 0.16px;
230-
color: $clear-blue;
230+
color: $dark-mint;
231231
margin-top: 20px;
232232
cursor: pointer;
233233
display: inline-block;

view/javascript/components/rebuild.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,14 @@ export default {
7979
{
8080
"buttonRebuild": "Rebuild",
8181
"buildText": "Made a change? Just hit Rebuild",
82-
"buildDescription": "If you made any changes via the admin panel, you will need to rebuild your frontend Web App to see them."
82+
"buildDescription": "For Search engines like Google to update their search results properly, you must rebuild your app on every significant change."
8383
}
8484
</i18n>
8585
<style lang="scss">
8686
.vf-home__rebuild {
8787
h2, h4 {
8888
margin-top: 0;
89+
font-size: 20px;
8990
}
9091
p {
9192
margin: 0 0 9px;

view/javascript/dist/0.3a4fdf9f76a267291600.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

view/javascript/dist/0.a7c022ea197e328df360.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

view/javascript/dist/0.3a4fdf9f76a267291600.css renamed to view/javascript/dist/0.a7c022ea197e328df360.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)