mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
style: clarify resource
This commit is contained in:
committed by
Carlos Valente
parent
4cd2dcbab0
commit
9d6bc0a137
@@ -31,7 +31,7 @@ export default function ProjectList() {
|
|||||||
<Panel.Table>
|
<Panel.Table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th className={style.containCell}>Project Name</th>
|
<th className={style.containCell}>File Name</th>
|
||||||
<th>Last Used</th>
|
<th>Last Used</th>
|
||||||
<th />
|
<th />
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export default function Welcome(props: WelcomeProps) {
|
|||||||
<table className={style.table}>
|
<table className={style.table}>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Project Name</th>
|
<th>File Name</th>
|
||||||
<th>Last Used</th>
|
<th>Last Used</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user