Skip to content

Commit

Permalink
fix: typo, rename starts to stars
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 2, 2024
1 parent 64e85f7 commit d1b2b56
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export const trackerTableData = [
{
name: 'Torrust',
license: 'AGPL-3.0',
starts: '312',
stars: '312',
contributors: '13',
type: 'Mixed',
udp: 'Yes',
Expand All @@ -389,7 +389,7 @@ export const trackerTableData = [
{
name: 'opentracker',
license: 'beer ware ',
starts: '',
stars: '',
contributors: '',
type: 'Open ',
udp: 'Yes',
Expand All @@ -414,7 +414,7 @@ export const trackerTableData = [
{
name: 'bittorrent-tracker',
license: 'MIT',
starts: '1.7k',
stars: '1.7k',
contributors: '56',
type: '?',
udp: 'Yes',
Expand All @@ -439,7 +439,7 @@ export const trackerTableData = [
{
name: 'Chihaya',
license: 'BSD 2-Clause',
starts: '1.4k',
stars: '1.4k',
contributors: '29',
type: 'mixed',
udp: 'Yes',
Expand All @@ -464,7 +464,7 @@ export const trackerTableData = [
{
name: 'Ttorrent',
license: 'Apache-2.0',
starts: '1.4k',
stars: '1.4k',
contributors: '29',
type: 'Mixed',
udp: 'No',
Expand All @@ -489,7 +489,7 @@ export const trackerTableData = [
{
name: 'aquatic',
license: 'Apache-2.0',
starts: '444',
stars: '444',
contributors: '2',
type: 'Open',
udp: 'Yes',
Expand All @@ -514,7 +514,7 @@ export const trackerTableData = [
{
name: 'privtracker',
license: 'AGPL-3.0',
starts: '289',
stars: '289',
contributors: '3',
type: 'Private',
udp: 'No',
Expand All @@ -539,7 +539,7 @@ export const trackerTableData = [
{
name: 'XBT',
license: 'GPL-3.0?',
starts: '171',
stars: '171',
contributors: '4',
type: 'Mixed',
udp: 'Yes',
Expand All @@ -564,7 +564,7 @@ export const trackerTableData = [
{
name: 'mika',
license: 'MIT',
starts: '115',
stars: '115',
contributors: '2',
type: '?',
udp: 'No',
Expand All @@ -589,7 +589,7 @@ export const trackerTableData = [
{
name: 'Radiance',
license: '?',
starts: '73',
stars: '73',
contributors: '4',
type: 'Private',
udp: 'Yes',
Expand All @@ -614,7 +614,7 @@ export const trackerTableData = [
{
name: 'Ocelot',
license: 'Pending',
starts: '21',
stars: '21',
contributors: '4',
type: 'Mixed ',
udp: 'Yes',
Expand Down

0 comments on commit d1b2b56

Please sign in to comment.