mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add translations in to the news window (and also broke it...
This commit is contained in:
parent
e72e191b35
commit
b84a0a6f18
3 changed files with 104 additions and 30 deletions
|
@ -281,13 +281,13 @@ const submitChangeAction = async (action: string) => {
|
|||
>
|
||||
<button
|
||||
class="bg-sky-400 p-1 rounded hover:bg-sky-600 transition-all duration-200 w-32"
|
||||
@click="emit('windowopener', 'privacypolicy')"
|
||||
@click="() => emit('windowopener', 'privacypolicy')"
|
||||
>
|
||||
Privacy Policy
|
||||
</button>
|
||||
<button
|
||||
class="bg-sky-400 p-1 rounded hover:bg-sky-600 transition-all duration-200 w-32"
|
||||
@click="emit('windowopener', 'tos')"
|
||||
@click="() => emit('windowopener', 'tos')"
|
||||
>
|
||||
TOS
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue