Skip to content

Commit

Permalink
chore: fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 20, 2024
1 parent 887814f commit 6a02e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/shared/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>{{ 'app.footer.community' | i18n }}</h2>
</div>
<div nz-col nzXs="24" nzSm="24" nzLg="6">
<div class="footer__center">
Copyright &copy; 2021 <a href="https://github.com/cipchk" target="_blank">&copy;卡色</a>
Copyright &copy; 2024 <a href="https://github.com/cipchk" target="_blank">&copy;卡色</a>
<p class="mt-sm">
<a href="https://beian.miit.gov.cn/" target="_blank" class="text-grey">闽ICP备18008195号</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { NzMessageService } from 'ng-zorro-antd/message';
imports: [NzGridModule, NzColorPickerModule, NgStyle, I18nPipe, RouterLink]
})
export class FooterComponent implements OnInit {
private readonly i18n = inject(ALAIN_I18N_TOKEN);
readonly i18n = inject(ALAIN_I18N_TOKEN);
private readonly msg = inject(NzMessageService);
private readonly loading = inject(LoadingService);
private readonly lazy = inject(LazyService);
Expand Down

0 comments on commit 6a02e22

Please sign in to comment.