mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-05 03:57:03 -04:00
10 lines
262 B
Vue
10 lines
262 B
Vue
<template>
|
|
<div>
|
|
<div class="p-2 border border-primary-subtle bg-white mb-2">
|
|
<strong><T>supportBanner.statement</T></strong>
|
|
<br class="d-md-none">
|
|
<T>supportBanner.links</T>
|
|
</div>
|
|
</div>
|
|
</template>
|