1
0
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:
Weslei Juan Novaes Pereira 2019-10-03 14:21:26 -03:00 committed by Ivar Conradi Østhus
parent 459db23d50
commit dfca50c523
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -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>