fix: we're in 2024 :) (#51)
* small typo: we're in 2024 :) * Update LICENSE
This commit is contained in:
parent
91773fc520
commit
6d9259808a
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 saicaca
|
Copyright (c) 2024 saicaca
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -6,8 +6,8 @@ import {profileConfig} from "../config";
|
||||||
|
|
||||||
<div class="card-base max-w-[var(--page-width)] min-h-[4.5rem] rounded-b-none mx-auto flex items-center px-6">
|
<div class="card-base max-w-[var(--page-width)] min-h-[4.5rem] rounded-b-none mx-auto flex items-center px-6">
|
||||||
<div class="transition text-50 text-sm">
|
<div class="transition text-50 text-sm">
|
||||||
© 2023 {profileConfig.name}. All Rights Reserved.
|
© 2024 {profileConfig.name}. All Rights Reserved.
|
||||||
<br>
|
<br>
|
||||||
Powered by <a class="link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
|
Powered by <a class="link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue