build(docker): 🧱 Improve runtime environment
This commit is contained in:
@@ -46,3 +46,12 @@ details {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.sponsor-btn {
|
||||
background-color: var(--ifm-color-primary);
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem 1rem;
|
||||
text-decoration: none !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
13
apps/docs/src/js/SponsorButton.jsx
Normal file
13
apps/docs/src/js/SponsorButton.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
export const SponsorButton = () => (
|
||||
<div style={{ paddingBottom: '20px' }}>
|
||||
<a
|
||||
href="https://github.com/sponsors/baptisteArno"
|
||||
target="_blank"
|
||||
className="sponsor-btn"
|
||||
>
|
||||
Sponsor me
|
||||
</a>
|
||||
</div>
|
||||
)
|
||||
Reference in New Issue
Block a user