mirror of
https://git.gay/DeltaStudio/PufokReactApp.git
synced 2025-07-18 13:52:25 +07:00
DMCA protection badge
This commit is contained in:
parent
9425411da4
commit
47d5aaec80
@ -145,6 +145,9 @@ body {
|
|||||||
.button-group img {
|
.button-group img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
/* image-rendering: pixelated; */
|
||||||
|
/* width: 88;
|
||||||
|
height: 31; */
|
||||||
/* border-radius: 8px; */
|
/* border-radius: 8px; */
|
||||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
|
@ -8,6 +8,7 @@ function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer className="footer">
|
<footer className="footer">
|
||||||
<p>© {currentYear} pufok. {translations[language].footer}</p>
|
<p>© {currentYear} pufok. {translations[language].footer}</p>
|
||||||
|
<p><a href="//www.dmca.com/Protection/Status.aspx?ID=ebdb4833-b053-4af2-95f7-2ddce3dcaf12" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-02.png?ID=ebdb4833-b053-4af2-95f7-2ddce3dcaf12" alt="DMCA.com Protection Status" /></a> <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script></p>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user