Skip to content

Commit

Permalink
docs(website): update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Oct 5, 2023
1 parent 4c8e752 commit 48d0173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
const lightCodeTheme = require("prism-react-renderer/themes/vsLight");
const darkCodeTheme = require("prism-react-renderer/themes/vsDark");

const vercelBadge = `<a href="https://vercel.com" target="_blank"><img src="/img/powered-by-vercel.svg" style="width: 214px; height: 44px" alt="Powered by Vercel" /></a>`;

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "next-safe-action",
Expand Down Expand Up @@ -82,7 +84,7 @@ const config = {
},
footer: {
style: "light",
copyright: `<a href="https://vercel.com" target="_blank"><img src="/img/powered-by-vercel.svg" style="width: 214px; height: 44px" alt="Powered by Vercel" /></a>`,
copyright: `Copyleft <span class="copyleft">&copy;</span> ${new Date().getFullYear()} Edoardo Ranghieri`,
},
prism: {
theme: lightCodeTheme,
Expand Down
5 changes: 3 additions & 2 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ body {
box-shadow: 0px 1px #e7e5e4 !important;
}

.root_------node_modules-react-tweet-dist-twitter-theme-quoted-tweet-quoted-tweet-container-module {
display: none !important;
.copyleft {
display: inline-block;
transform: rotate(180deg);
}

:root {
Expand Down

1 comment on commit 48d0173

@vercel
Copy link

@vercel vercel bot commented on 48d0173 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.