Merge branch 'main' into betterDates

This commit is contained in:
Marc Bulling 2025-05-18 11:40:23 +02:00 committed by GitHub
commit db4749479f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 12 deletions

View file

@ -111,8 +111,7 @@ export default function Repo(props: RepoProps) {
<th style={{ width: '10%' }}>Storage Size</th>
<th style={{ width: '30%' }}>Storage Used</th>
<th style={{ width: '15%' }}>Last change</th>
<th style={{ width: '5%' }}>ID</th>
<th style={{ width: '5%' }}>Edit</th>
<th style={{ width: '10%' }}>Edit</th>
</tr>
</thead>
<tbody>
@ -138,7 +137,6 @@ export default function Repo(props: RepoProps) {
})}
</div>
</th>
<th>#{props.id}</th>
<th>
<div className={classes.editButton}>
<IconSettings
@ -180,7 +178,6 @@ export default function Repo(props: RepoProps) {
addSuffix: true,
})}
</span>
<span style={{ marginLeft: '20px', color: '#637381' }}>#{props.id}</span>
</div>
</div>
</>