style: clarify resource

This commit is contained in:
Carlos Valente
2025-02-25 21:02:59 +01:00
committed by Carlos Valente
parent 4cd2dcbab0
commit 9d6bc0a137
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@ export default function ProjectList() {
<Panel.Table>
<thead>
<tr>
<th className={style.containCell}>Project Name</th>
<th className={style.containCell}>File Name</th>
<th>Last Used</th>
<th />
</tr>
@@ -75,7 +75,7 @@ export default function Welcome(props: WelcomeProps) {
<table className={style.table}>
<thead>
<tr>
<th>Project Name</th>
<th>File Name</th>
<th>Last Used</th>
</tr>
</thead>