bug fix in slogan footer note

This commit is contained in:
Hesabix 2025-03-22 12:36:33 +00:00
parent ae3d427740
commit b5c87da37e
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@
<!-- Footer -->
<a href="{{twigFunctions.getStaticData('system', 'appUrl')}}" class="p-4 mb-3text-primary text-center my-5">
{{twigFunctions.getStaticData('system', 'appName')}}
<label class="text-muted">سامانه جامع مالی رایگان ، ابری و متن باز</label>
<label class="text-muted">{{twigFunctions.getStaticData('system', 'appSlogan')}}</label>
</a>
<!-- END Footer -->
</div>

View file

@ -132,7 +132,7 @@
<!-- Footer -->
<a href="{{twigFunctions.getStaticData('system', 'appUrl')}}" class="p-4 mb-3text-primary text-center my-5">
{{twigFunctions.getStaticData('system', 'appName')}}
<label class="text-muted">سامانه جامع مالی رایگان ، ابری و متن باز</label>
<label class="text-muted">{{twigFunctions.getStaticData('system', 'appSlogan')}}</label>
</a>
<!-- END Footer -->
</div>