Skip to content

Commit

Permalink
Update app/components/SocialsList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémie Astori <jeremie@astori.fr>
  • Loading branch information
DannyGarciaDEV and astorije authored Jul 23, 2024
1 parent 41acf03 commit de890d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/SocialsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { BlueskyLogo } from "./logos/BlueskyLogo";
import { DiscordLogo } from "./logos/DiscordLogo";
import { LinkedInLogo } from "./logos/LinkedInLogo";
import { MastodonLogo } from "./logos/MastodonLogo";
import { TwitterLogo } from "./logos/TwitterLogo";
import { GitHubLogo } from "./logos/GitHubLogo";

Check failure on line 7 in app/components/SocialsList.tsx

View workflow job for this annotation

GitHub Actions / lint

Expected "./logos/GitHubLogo" to come before "./logos/MastodonLogo"
import { TwitterLogo } from "./logos/TwitterLogo";

const socials = [
{
Expand Down

0 comments on commit de890d8

Please sign in to comment.