Skip to content

Commit

Permalink
[twitter] --> x (#9496)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Aug 23, 2023
1 parent 865e8a0 commit 384fa4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/twitter/twitter.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TwitterUrl extends BaseService {

static examples = [
{
title: 'Twitter URL',
title: 'X (formerly Twitter) URL',
namedParams: {},
queryParams: {
url: 'https://shields.io',
Expand All @@ -35,7 +35,7 @@ class TwitterUrl extends BaseService {
static _cacheLength = 86400

static defaultBadgeData = {
namedLogo: 'twitter',
namedLogo: 'x',
}

async handle(_routeParams, { url }) {
Expand Down Expand Up @@ -75,7 +75,7 @@ class TwitterFollow extends BaseJsonService {

static examples = [
{
title: 'Twitter Follow',
title: 'X (formerly Twitter) Follow',
namedParams: {
user: 'shields_io',
},
Expand All @@ -93,7 +93,7 @@ class TwitterFollow extends BaseJsonService {
static _cacheLength = 86400

static defaultBadgeData = {
namedLogo: 'twitter',
namedLogo: 'x',
}

static render({ user }) {
Expand Down

0 comments on commit 384fa4d

Please sign in to comment.