gatsby-matrix-theme 3.2.18 → 3.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [3.2.19](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v3.2.18...v3.2.19) (2022-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added dmca width and height ([2886bb9](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2886bb9b9b27ca40fa72541505165d020891283e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'master' of git.ilcd.rocks:team-floyd/themes/matrix-theme ([b69e480](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b69e480f34a06e4e808b965109a9b14d8d4fbaa0))
|
|
10
|
+
|
|
1
11
|
## [3.2.18](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v3.2.17...v3.2.18) (2022-01-25)
|
|
2
12
|
|
|
3
13
|
|
package/package.json
CHANGED
|
@@ -23,7 +23,12 @@ const Footer = ({
|
|
|
23
23
|
const showLinks = template !== 'ppc';
|
|
24
24
|
const copyrightDisclaimerValue = getExtraField(section?.extra_fields, copyrightDisclaimer);
|
|
25
25
|
const dmcaImg = (
|
|
26
|
-
<img
|
|
26
|
+
<img
|
|
27
|
+
src="https://cdn.playcasino.co.za/image-1-8.png"
|
|
28
|
+
width="100"
|
|
29
|
+
height="33"
|
|
30
|
+
alt="DMCA.com Protection Status"
|
|
31
|
+
/>
|
|
27
32
|
);
|
|
28
33
|
|
|
29
34
|
return (
|