Skip to content

Commit

Permalink
changes interactive table icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Feb 16, 2024
1 parent 09c1e5a commit 2a5e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DocBaseOverview/DocBaseOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function DocBaseOverview({ organizationProp }: Props) {
View DocBase
</Icon>
<Icon
cls="bi bi-check-square icon"
cls="bi bi-table icon"
onClicked={() => {
startInteractiveTablePopulation(docBase);
}}
Expand Down

0 comments on commit 2a5e492

Please sign in to comment.