fix master branch links to the main website

This commit is contained in:
saparatayev 2022-02-18 18:10:30 +05:00
parent aae0fba689
commit f16009a2fc
1 changed files with 2 additions and 2 deletions

View File

@ -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>