From 102d36d98f5abc3edfc4f5ffd87f2341d28ac0b2 Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Thu, 6 Jun 2024 11:41:35 -0700 Subject: [PATCH] add github icon (#2878) --- dotnet/website/template/public/main.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotnet/website/template/public/main.js diff --git a/dotnet/website/template/public/main.js b/dotnet/website/template/public/main.js new file mode 100644 index 000000000..df5fb0b83 --- /dev/null +++ b/dotnet/website/template/public/main.js @@ -0,0 +1,9 @@ +export default { + iconLinks: [ + { + icon: 'github', + href: 'https://github.com/microsoft/autogen', + title: 'GitHub' + } + ] + } \ No newline at end of file