Browse Source

add github icon (#2878)

tags/v0.2.29
Xiaoyun Zhang GitHub 2 years ago
parent
commit
102d36d98f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      dotnet/website/template/public/main.js

+ 9
- 0
dotnet/website/template/public/main.js View File

@@ -0,0 +1,9 @@
export default {
iconLinks: [
{
icon: 'github',
href: 'https://github.com/microsoft/autogen',
title: 'GitHub'
}
]
}

Loading…
Cancel
Save