Update page.tsx

This commit is contained in:
Damien Ostler 2024-06-02 04:46:42 -04:00
parent ea3a14a6e4
commit 4a3c7023ba

View File

@ -52,9 +52,9 @@ function PageComponent() {
<table className="w-full"> <table className="w-full">
<thead> <thead>
<tr> <tr>
<th className="px-4 py-2" style={{ width: '60%' }}>Name</th> <th className="px-4 py-2" style={{ width: '60%' }}></th>
<th className="px-4 py-2" style={{width:"15%"}}>📸 #</th> <th className="px-4 py-2" style={{width:"15%"}}></th>
<th className="px-4 py-2">Tier</th> <th className="px-4 py-2"></th>
<th className="px-4 py-2"></th> <th className="px-4 py-2"></th>
</tr> </tr>
</thead> </thead>