Skip to content

Commit

Permalink
Added license link to bottom of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Mar 10, 2021
1 parent 32168d4 commit 446950b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src-docs/src/views/home/home_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@ export const HomeView = () => (
</EuiFlexItem>
</EuiFlexGroup>
</main>
<EuiSpacer size="xl" />
<footer>
<EuiText size="xs" textAlign="center" color="subdued">
<p>
EUI is licensed under{' '}
<EuiLink href="https://github.com/elastic/eui/blob/master/LICENSE">
Apache License 2.0
</EuiLink>
</p>
</EuiText>
</footer>
</EuiPageContentBody>
</EuiPageContent>
);

0 comments on commit 446950b

Please sign in to comment.