Skip to content

Commit

Permalink
remove footer part
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger committed Nov 26, 2024
1 parent 32c1135 commit ffbd9ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,9 @@ const config: DocsThemeConfig = {
href="https://playgrounds.network"
>
<span>Powered by &nbsp;</span>
<img src="https://playgrounds.network/assets/PG-Logo.png" style={{ height: '2rem', display: 'inline' }} alt="Playgrounds Logo" />
<img src="https://playgrounds.network/assets/PG-Logo.png" style={{ height: '1.5rem', display: 'inline', position: 'relative', top: '0.22rem' }} alt="Playgrounds Logo" />
</a>
</div>
<p className="mt-6 text-xs">
© {new Date().getFullYear()} Rig Docs.
</p>
</div>
)
}
Expand Down

0 comments on commit ffbd9ea

Please sign in to comment.