File tree Expand file tree Collapse file tree 3 files changed +18
-85
lines changed Expand file tree Collapse file tree 3 files changed +18
-85
lines changed Original file line number Diff line number Diff line change @@ -45,29 +45,29 @@ module.exports = {
4545 label : 'Docs' ,
4646 } ,
4747 {
48- type : 'html' ,
49- position : 'right' ,
50- value : `
51- <div style="display: flex; align-items: center; gap: 6px;">
52- <a href="https://github.com/SPID-Protocol-project/spidprotocol-docs" target="_blank" title="GitHub Repo">
53- <img alt="version" src="https://img.shields.io/github/v/release/SPID-Protocol-project/spidprotocol-docs?label=v0.0.1&color=blueviolet" />
54- </a>
55- <a href="https://github.com/SPID-Protocol-project/spidprotocol-docs/stargazers" target="_blank" title="Stars">
56- <img alt="stars" src="https://img.shields.io/github/stars/SPID-Protocol-project/spidprotocol-docs?style=social" />
57- </a>
58- <a href="https://github.com/SPID-Protocol-project/spidprotocol-docs/network/members" target="_blank" title="Forks">
59- <img alt="forks" src="https://img.shields.io/github/forks/SPID-Protocol-project/spidprotocol-docs?style=social" />
60- </a>
61- </div>
62- ` ,
63- }
64-
48+ type : 'html' ,
49+ position : 'right' ,
50+ value : `
51+ <div style="display: flex; align-items: center; gap: 6px;">
52+ <a href="https://github.com/SPID-Protocol-project/spidprotocol-docs" target="_blank" title="GitHub Repo">
53+ <img alt="version" src="https://img.shields.io/github/v/release/SPID-Protocol-project/spidprotocol-docs?label=v0.0.1&color=blueviolet" />
54+ </a>
55+ <a href="https://github.com/SPID-Protocol-project/spidprotocol-docs/stargazers" target="_blank" title="Stars">
56+ <img alt="stars" src="https://img.shields.io/github/stars/SPID-Protocol-project/spidprotocol-docs?style=social" />
57+ </a>
58+ <a href="https://github.com/SPID-Protocol-project/spidprotocol-docs/network/members" target="_blank" title="Forks">
59+ <img alt="forks" src="https://img.shields.io/github/forks/SPID-Protocol-project/spidprotocol-docs?style=social" />
60+ </a>
61+ </div>
62+ ` ,
63+ } , // ← this comma was missing!
6564 {
6665 type : 'search' ,
6766 position : 'right' ,
6867 } ,
6968] ,
7069
70+
7171 style : 'dark' ,
7272 } ,
7373
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import Layout from '@theme/Layout' ;
33import styles from './index.module.css' ;
4- import GitHubBadge from '../components/GitHubBadge' ;
54
65export default function Home ( ) {
76 return (
@@ -10,9 +9,7 @@ export default function Home() {
109 < div className = { styles . container } >
1110 < h1 className = { styles . title } > SPID Protocol</ h1 >
1211 < p className = { styles . tagline } > Smart Packets. Structured Answers. Voice-Ready.</ p >
13- < p className = { styles . tagline } > Smart Packets. Structured Answers. Voice-Ready.</ p >
14- < GitHubBadge />
15-
12+
1613 </ div >
1714 </ header >
1815
You can’t perform that action at this time.
0 commit comments