mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
fix(docs): nginx config section
This commit is contained in:
parent
4f06d80a2e
commit
02d279fa97
6 changed files with 6 additions and 6 deletions
|
@ -138,7 +138,7 @@ const onSubmit = () => {
|
|||
</AFormItem>
|
||||
</AForm>
|
||||
<div class="footer">
|
||||
<p>Copyright © 2020 - {{ thisYear }} Nginx UI</p>
|
||||
<p>Copyright © 2021 - {{ thisYear }} Nginx UI</p>
|
||||
Language
|
||||
<SetLanguage class="inline" />
|
||||
<div class="flex justify-center mt-4">
|
||||
|
|
|
@ -158,7 +158,7 @@ if (route.query?.code !== undefined && route.query?.state !== undefined) {
|
|||
{{ $gettext('SSO Login') }}
|
||||
</AButton>
|
||||
<div class="footer">
|
||||
<p>Copyright © 2020 - {{ thisYear }} Nginx UI</p>
|
||||
<p>Copyright © 2021 - {{ thisYear }} Nginx UI</p>
|
||||
Language
|
||||
<SetLanguage class="inline" />
|
||||
<div class="flex justify-center mt-4">
|
||||
|
|
|
@ -47,7 +47,7 @@ const this_year = new Date().getFullYear()
|
|||
{{ $gettext('License') }}
|
||||
</h3>
|
||||
<p>GNU General Public License v3.0</p>
|
||||
<p>Copyright © 2020 - {{ this_year }} Nginx UI Team</p>
|
||||
<p>Copyright © 2021 - {{ this_year }} Nginx UI Team</p>
|
||||
</ACard>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue