Skip to content

Commit 149aa3f

Browse files
committed
little tweak
1 parent b8af5f6 commit 149aa3f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function Footer() {
2929
<div className="w-full px-4 sm:w-1/2 lg:w-6/12">
3030
<div className="mb-10 w-full text-white" id="contributors">
3131
<h4 className="text-dark mb-9 text-xl font-semibold">
32-
Authors and Maintainers
32+
Maintainers
3333
</h4>
3434
<ul>
3535
<li>

components/Slider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Slider(props: sliderProps) {
3737
},
3838
}}
3939
autoplay={{
40-
delay: 2000,
40+
delay: 4000,
4141
disableOnInteraction: false,
4242
}}
4343
modules={[Autoplay]}
@@ -89,7 +89,7 @@ export default function Slider(props: sliderProps) {
8989
},
9090
}}
9191
autoplay={{
92-
delay: 2000,
92+
delay: 4000,
9393
disableOnInteraction: false,
9494
}}
9595
modules={[Autoplay]}

constants/sponsordata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const Sponsordata = [
2525
companylevel: "🥈 SILVER",
2626
companylogo: "images/threathunter_logo.png",
2727
companylink: "https://threathunter.ai?utm_source=intelowl",
28-
companydesc: "ThreatHunter.ai®, is a 100% Service-Disabled Veteran-Owned Small Business started in 2007 under the name Milton Security Group. ThreatHunter.ai is the global leader in Dynamic Threat Hunting. Operating a true 24x7x365 Security Operation Center with AI/ML-enhanced human Threat Hunters, ThreatHunter.ai has changed the industry in how threats are found, and mitigated in real time. For over 15 years, our teams of Threat Hunters have stopped hundreds of thousands of threats and assisted organizations in defending against threat actors around the clock."
28+
companydesc: "ThreatHunter.ai®, is a 100% Service-Disabled Veteran-Owned Small Business started in 2007 under the name Milton Security Group. ThreatHunter.ai is the global leader in Dynamic Threat Hunting."
2929
},
3030
{
3131
companyname: "Docker",

0 commit comments

Comments
 (0)