Showing
1 changed file
with
5 additions
and
5 deletions
| ... | ... | @@ -50,13 +50,13 @@ |
| 50 | 50 | <RegisterForm /> |
| 51 | 51 | <MobileForm /> |
| 52 | 52 | </div> |
| 53 | - <div class="absolute bottom-8 w-full text-gray-400 flex flex-col items-center"> | |
| 54 | - <span>{{ getPlatformInfo?.copyright }}</span> | |
| 55 | - <span>{{ getPlatformInfo?.presentedOurselves }}</span> | |
| 56 | - <!-- <span>{{ getPlatformInfo?.domain }}</span> --> | |
| 57 | - </div> | |
| 58 | 53 | </div> |
| 59 | 54 | </div> |
| 55 | + <div class="absolute bottom-8 w-full text-gray-400 flex flex-col items-center"> | |
| 56 | + <span>{{ getPlatformInfo?.copyright }}</span> | |
| 57 | + <span>{{ getPlatformInfo?.presentedOurselves }}</span> | |
| 58 | + <!-- <span>{{ getPlatformInfo?.domain }}</span> --> | |
| 59 | + </div> | |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
| 62 | 62 | </template> | ... | ... |