Fix vite table warning (#3024)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Prospector
2024-12-14 18:46:02 -08:00
committed by GitHub
parent ac25a36bce
commit 284f156e9f

View File

@@ -7,10 +7,13 @@
installed. installed.
</p> </p>
<table> <table>
<thead>
<tr class="header"> <tr class="header">
<th>{{ instance?.name }}</th> <th>{{ instance?.name }}</th>
<th>{{ project.title }}</th> <th>{{ project.title }}</th>
</tr> </tr>
</thead>
<tbody>
<tr class="content"> <tr class="content">
<td class="data">{{ instance?.loader }} {{ instance?.game_version }}</td> <td class="data">{{ instance?.loader }} {{ instance?.game_version }}</td>
<td> <td>
@@ -38,6 +41,7 @@
</span> </span>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
<div class="button-group"> <div class="button-group">
<Button @click="() => incompatibleModal.hide()"><XIcon />Cancel</Button> <Button @click="() => incompatibleModal.hide()"><XIcon />Cancel</Button>