chore: add meexreay to site footer
This commit is contained in:
parent
48a8055afa
commit
7c1a188876
2
LICENSE
2
LICENSE
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
@ -3,16 +3,24 @@
|
|||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
return (
|
return (
|
||||||
<footer className="flex flex-col md:flex-row justify-between items-center mb-[15px] text-sm">
|
<footer className="flex flex-col md:flex-row justify-between items-center mb-[15px] text-sm">
|
||||||
<Link
|
<div className="flex flex-col text-stone-500 items-left">
|
||||||
href="https://kostyazero.com"
|
<Link
|
||||||
className="ml-1 text-stone-500 underline underline-offset-3 hover:text-stone-50 transition duration-200"
|
href="https://kostyazero.com"
|
||||||
>
|
className="ml-1 text-stone-500 underline underline-offset-3 hover:text-stone-50 transition duration-200"
|
||||||
© 2025 Konstantin Zhigaylo
|
>
|
||||||
</Link>
|
© 2025 Konstantin Zhigaylo
|
||||||
|
</Link>
|
||||||
|
<Link
|
||||||
|
href="https://meex.lol"
|
||||||
|
className="ml-1 text-stone-500 underline underline-offset-3 hover:text-stone-50 transition duration-200"
|
||||||
|
>
|
||||||
|
© 2025 MeexReay
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
<div className="flex text-stone-500 items-center">
|
<div className="flex text-stone-500 items-center">
|
||||||
<p>The source code is available on</p>
|
<p>The source code is available on</p>
|
||||||
<Link
|
<Link
|
||||||
href="https://github.com/kostya-zero/racinfo"
|
href="https://github.com/MeexReay/racinfo"
|
||||||
className="ml-1 underline underline-offset-3 text-stone-500 hover:text-stone-50 transition duration-200"
|
className="ml-1 underline underline-offset-3 text-stone-500 hover:text-stone-50 transition duration-200"
|
||||||
>
|
>
|
||||||
{" "}
|
{" "}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user