Skip to content

Commit 031b0e3

Browse files
authored
Merge pull request Lissy93#133 from GreyXor/master
style: consistency between additional resources descriptions
2 parents f1fff42 + 52b3960 commit 031b0e3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/components/misc/AdditionalResources.tsx

+11-11
Original file line numberDiff line numberDiff line change
@@ -92,75 +92,75 @@ const resources = [
9292
title: 'SSL Labs Test',
9393
link: 'https://ssllabs.com/ssltest/analyze.html',
9494
icon: 'https://i.ibb.co/6bVL8JK/Qualys-ssl-labs.png',
95-
description: 'Analyzes the SSL configuration of a server and grades it.',
95+
description: 'Analyzes the SSL configuration of a server and grades it',
9696
},
9797
{
9898
title: 'Virus Total',
9999
link: 'https://virustotal.com',
100100
icon: 'https://i.ibb.co/dWFz0RC/Virustotal.png',
101-
description: 'Checks a URL against multiple antivirus engines.',
101+
description: 'Checks a URL against multiple antivirus engines',
102102
searchLink: 'https://www.virustotal.com/gui/domain/{URL}',
103103
},
104104
{
105105
title: 'Shodan',
106106
link: 'https://shodan.io/',
107107
icon: 'https://i.ibb.co/SBZ8WG4/shodan.png',
108-
description: 'Search engine for Internet-connected devices.',
108+
description: 'Search engine for Internet-connected devices',
109109
searchLink: 'https://www.shodan.io/search/report?query={URL}',
110110
},
111111
{
112112
title: 'Archive',
113113
link: 'https://archive.org/',
114114
icon: 'https://i.ibb.co/nfKMvCm/Archive-org.png',
115-
description: 'View previous versions of a site via the Internet Archive.',
115+
description: 'View previous versions of a site via the Internet Archive',
116116
searchLink: 'https://web.archive.org/web/*/{URL}',
117117
},
118118
{
119119
title: 'URLScan',
120120
link: 'https://urlscan.io/',
121121
icon: 'https://i.ibb.co/cYXt8SH/Url-scan.png',
122-
description: 'Scans a URL and provides information about the page.',
122+
description: 'Scans a URL and provides information about the page',
123123
},
124124
{
125125
title: 'Sucuri SiteCheck',
126126
link: 'https://sitecheck.sucuri.net/',
127127
icon: 'https://i.ibb.co/K5pTP1K/Sucuri-site-check.png',
128-
description: 'Checks a URL against blacklists and known threats.',
128+
description: 'Checks a URL against blacklists and known threats',
129129
searchLink: 'https://www.ssllabs.com/ssltest/analyze.html?d={URL}',
130130
},
131131
{
132132
title: 'Domain Tools',
133133
link: 'https://whois.domaintools.com/',
134134
icon: 'https://i.ibb.co/zJfCKjM/Domain-tools.png',
135-
description: 'Run a WhoIs lookup on a domain.',
135+
description: 'Run a WhoIs lookup on a domain',
136136
searchLink: 'https://whois.domaintools.com/{URL}',
137137
},
138138
{
139139
title: 'NS Lookup',
140140
link: 'https://nslookup.io/',
141141
icon: 'https://i.ibb.co/BLSWvBv/Ns-lookup.png',
142-
description: 'View DNS records for a domain.',
142+
description: 'View DNS records for a domain',
143143
searchLink: 'https://www.nslookup.io/domains/{URL}/dns-records/',
144144
},
145145
{
146146
title: 'DNS Checker',
147147
link: 'https://dnschecker.org/',
148148
icon: 'https://i.ibb.co/gyKtgZ1/Dns-checker.webp',
149-
description: 'Check global DNS propagation across multiple servers.',
149+
description: 'Check global DNS propagation across multiple servers',
150150
searchLink: 'https://dnschecker.org/#A/{URL}',
151151
},
152152
{
153153
title: 'Censys',
154154
link: 'https://search.censys.io/',
155155
icon: 'https://i.ibb.co/j3ZtXzM/censys.png',
156-
description: 'Lookup hosts associated with a domain.',
156+
description: 'Lookup hosts associated with a domain',
157157
searchLink: 'https://search.censys.io/search?resource=hosts&q={URL}',
158158
},
159159
{
160160
title: 'Page Speed Insights',
161161
link: 'https://developers.google.com/speed/pagespeed/insights/',
162162
icon: 'https://i.ibb.co/k68t9bb/Page-speed-insights.png',
163-
description: 'Checks the performance, accessibility and SEO of a page on mobile + desktop.',
163+
description: 'Checks the performance, accessibility and SEO of a page on mobile + desktop',
164164
searchLink: 'https://developers.google.com/speed/pagespeed/insights/?url={URL}',
165165
},
166166
{

0 commit comments

Comments
 (0)