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> <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>