fix master branch links to the main website
This commit is contained in:
parent
aae0fba689
commit
f16009a2fc
|
|
@ -49,11 +49,11 @@
|
|||
<!-- Warning text -->
|
||||
<div class="w-4/12 warning-text not-registered" v-show="warningMessages.notRegistered">
|
||||
<p>{{ trans('Need to be registered') }}</p>
|
||||
<p>{{ trans('Not registered') }} <a href="http://birzha#register" class="font-bold text-primary">{{ trans('Click here') }}</a></p>
|
||||
<p>{{ trans('Not registered') }} <a href="https://tmex.gov.tm#register" class="font-bold text-primary">{{ trans('Click here') }}</a></p>
|
||||
</div>
|
||||
<div class="w-4/12 warning-text low-balance" v-show="warningMessages.lowBalance">
|
||||
<p>{{ trans('Fill balance') }}</p>
|
||||
<p>{{ trans('Low balance') }} <a href="http://birzha/tm/balance" class="font-bold text-primary">{{ trans('Click here') }}</a></p>
|
||||
<p>{{ trans('Low balance') }} <a href="https://tmex.gov.tm/tm/balance" class="font-bold text-primary">{{ trans('Click here') }}</a></p>
|
||||
</div>
|
||||
<!-- Warning text end -->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue