Merge pull request #330 from antmicro/fix_code_link

Fix code link icon
This commit is contained in:
Tim Ansell 2020-07-31 12:15:33 -07:00 committed by GitHub
commit b4048488f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ html_theme_options = {
'header_links' : [
('Home', 'index', False, 'home'),
("Website", "https://symbiflow.github.io", True, 'launch'),
("GitHub", "https://github.com/SymbiFlow", True, 'link')
("GitHub", "https://github.com/SymbiFlow", True, 'code')
],
# Customize css colors.