hds-web 1.38.9 → 1.39.0
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/dist/index.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Footers/v3Footer.js +2 -2
package/package.json
CHANGED
@@ -131,7 +131,7 @@ export default function V3Footer(props) {
|
|
131
131
|
/>
|
132
132
|
</a>
|
133
133
|
</div>
|
134
|
-
<div className="flex justify-between px-4 tb:px-0 tb:justify-start tb-l:justify-between flex-1 flex-wrap gap-y-10 tb:gap-y-16 lg:max-w-[712px] 2xl:max-w-[
|
134
|
+
<div className="flex justify-between px-4 tb:px-0 tb:justify-start tb-l:justify-between flex-1 flex-wrap gap-y-10 tb:gap-y-16 lg:max-w-[712px] 2xl:max-w-[756px]">
|
135
135
|
{props.footerLinks.map((footerLink, index) => (
|
136
136
|
<div key={index} className="min-w-[130px] db-s:min-w-fit">
|
137
137
|
<Typography
|
@@ -173,7 +173,7 @@ export default function V3Footer(props) {
|
|
173
173
|
</a>
|
174
174
|
))}
|
175
175
|
</div>
|
176
|
-
<div className="flex flex-col md:flex-row justify-between items-center w-full lg:max-w-[716px] 2xl:max-w-[
|
176
|
+
<div className="flex flex-col md:flex-row justify-between items-center w-full lg:max-w-[716px] 2xl:max-w-[756px]">
|
177
177
|
{isItems && !isError && (
|
178
178
|
<>
|
179
179
|
<a href="https://status.hasura.io/" className="">
|