Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed Oct 17, 2024
1 parent 12b4573 commit f550732
Show file tree
Hide file tree
Showing 3 changed files with 5,105 additions and 6,776 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/github-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rspress-fixture/rspress-doc-template",
"name": "@rspress-fixture/github-alert",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
10 changes: 0 additions & 10 deletions e2e/fixtures/github-alert/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ export default defineConfig({
markdown: {
mdxRs: false,
},
themeConfig: {
socialLinks: [
{
icon: 'github',
mode: 'dom',
content:
'<a href="/zh" class="flex items-center text-base font-semibold transition-opacity duration-300 hover:opacity-60" style="width: max-content"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspress/rspress-navbar-logo-0904.png" alt="logo" id="logo" class="mr-4 rspress-logo dark:hidden" style=" height: 90px; width: 360px"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspress/rspress-navbar-logo-dark-0904.png" alt="logo" id="logo" class="mr-4 rspress-logo hidden dark:block" style=" height: 45px; width: 180px"></a>',
},
],
},
});
Loading

0 comments on commit f550732

Please sign in to comment.