diff options
author | delucis | 2024-01-02 18:28:50 +0000 |
---|---|---|
committer | fredkbot | 2024-01-02 18:28:50 +0000 |
commit | a76064b0474ae26a5caf82a64997711b705aefb7 (patch) | |
tree | ae3d02c01fbc12d3dd107f40fd07ef5758177fc5 | |
parent | e9659e869cd0c9ad0b7388397b0fff8e2a9db27a (diff) | |
download | IT.starlight-a76064b0474ae26a5caf82a64997711b705aefb7.tar.gz IT.starlight-a76064b0474ae26a5caf82a64997711b705aefb7.tar.bz2 IT.starlight-a76064b0474ae26a5caf82a64997711b705aefb7.zip |
[ci] format
-rw-r--r-- | packages/starlight/components/Icons.ts | 2 | ||||
-rw-r--r-- | packages/starlight/schemas/social.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 912b557f..1efcb0c3 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -104,5 +104,5 @@ export const Icons = { matrix: '<path d="M22.5 1.5v21h-2.25V24H24V0h-3.75v1.5h2.25ZM7.46 7.95V9.1h.04a3.02 3.02 0 0 1 2.61-1.39c.54 0 1.03.1 1.48.32.44.2.78.58 1.01 1.1.26-.37.6-.7 1.03-.99.44-.28.95-.43 1.55-.43.45 0 .87.06 1.26.17.38.11.71.29.99.53.27.24.49.56.64.95.15.4.23.86.23 1.42v5.72h-2.34v-4.85c0-.29-.01-.56-.04-.8a1.73 1.73 0 0 0-.18-.67 1.1 1.1 0 0 0-.44-.45 1.6 1.6 0 0 0-.78-.16c-.33 0-.6.06-.8.19-.2.12-.37.29-.48.5a2 2 0 0 0-.23.69c-.04.26-.06.52-.06.78v4.77H10.6v-4.8l-.01-.75a2.29 2.29 0 0 0-.14-.69c-.08-.2-.23-.38-.42-.5a1.5 1.5 0 0 0-.85-.2c-.15.01-.3.04-.44.08-.19.06-.37.15-.52.28-.18.14-.32.34-.44.6-.12.26-.18.6-.18 1.02v4.96H5.25V7.94h2.21ZM1.5 1.5v21h2.25V24H0V0h3.75v1.5H1.5Z"/>', openCollective: - '<path d="M21.86 5.17a11.94 11.94 0 0 1 0 13.66l-3.1-3.1a7.68 7.68 0 0 0 0-7.46l3.1-3.1Zm-3.03-3.03-3.1 3.1a7.71 7.71 0 1 0 0 13.51l3.1 3.11a12 12 0 1 1 0-19.73Z"/><path d="M21.86 5.17a11.94 11.94 0 0 1 0 13.66l-3.1-3.1a7.68 7.68 0 0 0 0-7.46l3.1-3.1Z"/>' + '<path d="M21.86 5.17a11.94 11.94 0 0 1 0 13.66l-3.1-3.1a7.68 7.68 0 0 0 0-7.46l3.1-3.1Zm-3.03-3.03-3.1 3.1a7.71 7.71 0 1 0 0 13.51l3.1 3.11a12 12 0 1 1 0-19.73Z"/><path d="M21.86 5.17a11.94 11.94 0 0 1 0 13.66l-3.1-3.1a7.68 7.68 0 0 0 0-7.46l3.1-3.1Z"/>', }; diff --git a/packages/starlight/schemas/social.ts b/packages/starlight/schemas/social.ts index e68f442c..75b49c89 100644 --- a/packages/starlight/schemas/social.ts +++ b/packages/starlight/schemas/social.ts @@ -26,7 +26,7 @@ export const socialLinks = [ 'patreon', 'slack', 'matrix', - 'openCollective' + 'openCollective', ] as const; export const SocialLinksSchema = () => |