File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
containers/ProtocolOverview Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export function Flag({
6868 < Icon name = "flag" height = { 14 } width = { 14 } />
6969 </ Tooltip >
7070 ) : (
71- < button className = "mt-auto pt-4 text-left underline" onClick = { dialogStore . toggle } >
71+ < button className = "mt-auto mr-auto pt-4 text-left underline" onClick = { dialogStore . toggle } >
7272 Report incorrect data
7373 </ button >
7474 ) }
Original file line number Diff line number Diff line change 11import { lazy , Suspense } from 'react'
22import { ColumnDef } from '@tanstack/react-table'
33import { maxAgeForNext } from '~/api'
4+ import { CSVDownloadButton } from '~/components/ButtonStyled/CsvButton'
45import { ILineAndBarChartProps } from '~/components/ECharts/types'
56import { BasicLink } from '~/components/Link'
6- import { CSVDownloadButton } from '~/components/ButtonStyled/CsvButton'
77import { RowLinksWithDropdown } from '~/components/RowLinksWithDropdown'
88import { TableWithSearch } from '~/components/Table/TableWithSearch'
99import { Tooltip } from '~/components/Tooltip'
@@ -227,7 +227,7 @@ export default function TreasuriesByAsset({
227227 </ p >
228228 ) : null }
229229 </ div >
230- < BasicLink href = "/report-error" className = "mt-auto pt-4 text-left text-(--text-form) underline" >
230+ < BasicLink href = "/report-error" className = "mt-auto mr-auto pt-4 text-left text-(--text-form) underline" >
231231 Report incorrect data
232232 </ BasicLink >
233233 </ div >
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ export default function DigitalAssetTreasury(props: IProps) {
440440 </ p >
441441 ) : null }
442442 </ div >
443- < BasicLink href = "/report-error" className = "mt-auto pt-4 text-left text-(--text-form) underline" >
443+ < BasicLink href = "/report-error" className = "mt-auto mr-auto pt-4 text-left text-(--text-form) underline" >
444444 Report incorrect data
445445 </ BasicLink >
446446 </ div >
You can’t perform that action at this time.
0 commit comments