@digigov/css 0.29.5 → 0.29.6
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/base/index.css +2 -2
- package/dist/base.css +2 -2
- package/dist/components.css +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -3
- package/package.json +1 -1
- package/src/components/autocomplete.css +3 -0
- package/src/components/copy-to-clipboard.css +3 -10
- package/src/pages/dropdown.js +1 -1
- package/src/pages/index.js +2 -2
package/src/pages/index.js
CHANGED
|
@@ -327,7 +327,7 @@ export default function Home() {
|
|
|
327
327
|
<div className="govgr-footer__meta-item govgr-footer__meta-item--grow">
|
|
328
328
|
<div className="govgr-footer__content">
|
|
329
329
|
<p className="govgr-footer__licence-description">
|
|
330
|
-
|
|
330
|
+
Υλοποίηση από το <a href="https://mindigital.gr/" target="_blank" rel="noreferrer noopener" className="govgr-link"> Υπουργείο Ψηφιακής Διακυβέρνησης <span className="govgr-visually-hidden">(ανοίγει σε καινούρια καρτέλα) </span></a>
|
|
331
331
|
</p>
|
|
332
332
|
</div>
|
|
333
333
|
</div>
|
|
@@ -400,7 +400,7 @@ export default function Home() {
|
|
|
400
400
|
<img className="govgr-footer__logo" src="/img/government-logo2.svg" alt="government logo" />
|
|
401
401
|
</div>
|
|
402
402
|
<p className="govgr-footer__licence-description">
|
|
403
|
-
|
|
403
|
+
Υλοποίηση από το <a href="https://mindigital.gr/" target="_blank" rel="noreferrer noopener" className="govgr-footer__link"> Υπουργείο Ψηφιακής Διακυβέρνησης <span className="govgr-visually-hidden">(ανοίγει σε καινούρια καρτέλα)</span></a>
|
|
404
404
|
</p>
|
|
405
405
|
</div>
|
|
406
406
|
</div>
|