mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
chore: Added official sdk in the footer (#189)
* Added official sdk in the footer * Updated footer snapshot
This commit is contained in:
parent
459db23d50
commit
dfca50c523
@ -87,6 +87,11 @@ exports[`should render DrawerMenu 1`] = `
|
|||||||
>
|
>
|
||||||
Python
|
Python
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://github.com/Unleash/unleash-client-core"
|
||||||
|
>
|
||||||
|
.Net Core
|
||||||
|
</a>
|
||||||
</react-mdl-FooterLinkList>
|
</react-mdl-FooterLinkList>
|
||||||
</react-mdl-FooterDropDownSection>
|
</react-mdl-FooterDropDownSection>
|
||||||
</react-mdl-FooterSection>
|
</react-mdl-FooterSection>
|
||||||
@ -181,6 +186,11 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
|||||||
>
|
>
|
||||||
Python
|
Python
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://github.com/Unleash/unleash-client-core"
|
||||||
|
>
|
||||||
|
.Net Core
|
||||||
|
</a>
|
||||||
</react-mdl-FooterLinkList>
|
</react-mdl-FooterLinkList>
|
||||||
</react-mdl-FooterDropDownSection>
|
</react-mdl-FooterDropDownSection>
|
||||||
</react-mdl-FooterSection>
|
</react-mdl-FooterSection>
|
||||||
|
@ -25,6 +25,7 @@ export const FooterMenu = () => (
|
|||||||
<a href="https://github.com/Unleash/unleash-client-go/">Go</a>
|
<a href="https://github.com/Unleash/unleash-client-go/">Go</a>
|
||||||
<a href="https://github.com/unleash/unleash-client-ruby">Ruby</a>
|
<a href="https://github.com/unleash/unleash-client-ruby">Ruby</a>
|
||||||
<a href="https://github.com/Unleash/unleash-client-python">Python</a>
|
<a href="https://github.com/Unleash/unleash-client-python">Python</a>
|
||||||
|
<a href="https://github.com/Unleash/unleash-client-core">.Net Core</a>
|
||||||
</FooterLinkList>
|
</FooterLinkList>
|
||||||
</FooterDropDownSection>
|
</FooterDropDownSection>
|
||||||
</FooterSection>
|
</FooterSection>
|
||||||
|
Loading…
Reference in New Issue
Block a user