File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import {
1010import { Link16Regular , Link20Regular } from '@fluentui/react-icons' ;
1111import ReactMarkdown from 'react-markdown' ;
1212
13+ import GitHash from './components/GitVersion' ;
1314import PageTitle from './components/PageTitle' ;
1415
1516import styles from './assets/styles/SamplesPage.module.css' ;
@@ -36,6 +37,7 @@ const SamplesPage = () => {
3637 return (
3738 < >
3839 < PageTitle />
40+
3941 < div className = { styles . samples } >
4042 { loading && < p > Loading...</ p > }
4143 { ! loading &&
@@ -66,6 +68,8 @@ const SamplesPage = () => {
6668 } )
6769 }
6870 </ div >
71+
72+ < GitHash />
6973 </ >
7074 ) ;
7175} ;
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ const SearchPage = () => {
162162 return (
163163 < >
164164 < PageTitle />
165+
165166 < div className = { styles . buttonsArea } >
166167 < TeachingPopover defaultOpen = { popOverOpen } >
167168 < TeachingPopoverTrigger >
Original file line number Diff line number Diff line change 44 width : 100% ;
55 text-align : center;
66 font-size : smaller;
7- color : # c1c1c1 ; /* Optional: Add a background color */
7+ color : # c1c1c1 ;
88 }
You can’t perform that action at this time.
0 commit comments