Skip to content

Commit 7b286f1

Browse files
committed
add docs button
1 parent 876d9b9 commit 7b286f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/DemoPage.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Carousel from './Carousel';
55
import App from '../App';
66
import dynamicData from '../data/dynamicData.json';
77
import { DynamicDataProvider } from '../context/DynamicDataContext';
8-
import { FaFileAlt, FaGithub, FaArrowDown, FaArrowUp } from 'react-icons/fa'; // Added arrow icons
8+
import { FaFileAlt, FaGithub, FaArrowDown, FaArrowUp, FaBook } from 'react-icons/fa'; // Added FaBook icon
99
import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
1010
import { atomDark } from 'react-syntax-highlighter/dist/esm/styles/prism';
1111
import { FaChevronLeft, FaChevronRight } from 'react-icons/fa';
@@ -108,6 +108,10 @@ if __name__ == "__main__":
108108
<a href="https://github.com/generalusermodels/gum" target="_blank" rel="noopener noreferrer" className="start-chat-button" style={{ padding: '12px 12px', fontSize: '16px', display: 'flex', alignItems: 'center' }}>
109109
<FaGithub style={{ marginRight: '0.5rem', fontSize: '18px' }} /> GitHub
110110
</a>
111+
112+
<a href="https://generalusermodels.github.io/gum/" target="_blank" rel="noopener noreferrer" className="start-chat-button" style={{ padding: '12px 12px', fontSize: '16px', display: 'flex', alignItems: 'center' }}>
113+
<FaBook style={{ marginRight: '0.5rem', fontSize: '18px' }} /> Docs
114+
</a>
111115
</div>
112116

113117
<div style={{

0 commit comments

Comments
 (0)