Skip to content

Commit 3753eb9

Browse files
committed
Update LODs.astro
1 parent be164e0 commit 3753eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/reference/ID_Lists/LODs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { lod_table } from '@src/data/lod_table';
2626
<tbody id="tableBody">
2727
{lod_table.map(([id, lod_id, dff, txd, lod_dff, lod_txd, ide], i) => (
2828
<tr>
29-
<td>{id}</td>
29+
<td><a href={`https://dev.prineside.com/en/gtasa_samp_model_id/model/${id}`}>{id}</a></td>
3030
<td>{dff}</td>
3131
<td>{txd}</td>
3232
<td>{lod_id ?? 'N/A'}</td>

0 commit comments

Comments
 (0)