fix: table headings
This commit is contained in:
parent
d8ca8ea4a2
commit
25b23b79d2
1 changed files with 1 additions and 1 deletions
|
@ -86,8 +86,8 @@ const description =
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Avatar</th>
|
<th>Avatar</th>
|
||||||
<th>Bsky</th>
|
|
||||||
<th>Fedi</th>
|
<th>Fedi</th>
|
||||||
|
<th>Bsky</th>
|
||||||
</tr>
|
</tr>
|
||||||
{
|
{
|
||||||
accountObjects.map((account, index) => (
|
accountObjects.map((account, index) => (
|
||||||
|
|
Loading…
Reference in a new issue