aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Sidebar.tsx
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 00:56:51 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 00:56:51 +0300
commitc619cda228b116b3c7be43e2654f7297896f9199 (patch)
tree23ddddf968d44f841aabc55f47a9e3f6802edb22 /frontend/src/components/Sidebar.tsx
parentbackend: no need for partner_id for record submission (diff)
downloadlphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.gz
lphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.bz2
lphub-c619cda228b116b3c7be43e2654f7297896f9199.zip
frontend: try smth
Diffstat (limited to 'frontend/src/components/Sidebar.tsx')
-rw-r--r--frontend/src/components/Sidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx
index c5c91db..5757183 100644
--- a/frontend/src/components/Sidebar.tsx
+++ b/frontend/src/components/Sidebar.tsx
@@ -154,7 +154,7 @@ const Sidebar: React.FC<SidebarProps> = ({ setToken, profile, setProfile, onUplo
154 154
155 { 155 {
156 profile && profile.profile ? 156 profile && profile.profile ?
157 <button id='upload-run' className='submit-run-button' onClick={() => onUploadRun()}><img src={UploadIcon} alt="upload" /><span>Submit&nbsp;a&nbsp;Run</span></button> 157 <button id='upload-run' className='submit-run-button' onClick={() => onUploadRun()}><img src={UploadIcon} alt="upload" /><span>Upload&nbsp;Record</span></button>
158 : 158 :
159 <span></span> 159 <span></span>
160 } 160 }