Skip to content

Commit

Permalink
fix: merge typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndlerRL committed Aug 22, 2024
1 parent fc5fd72 commit 5c5ba0c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions apps/webapp/components/layout/footer/learn-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,39 +122,16 @@ const content = {
'/images/home/platform-circles.webp',
'/images/home/platform-circles.png',
],
<<<<<<< HEAD
=======
images: [
"/images/home/platform-circles.webp",
"/images/home/platform-circles.png",
]
>>>>>>> main
},
{
title: 'How to buy the Bitlauncher $BL token?',
paragraphs: [],
<<<<<<< HEAD
images: ['/images/home/bl-coins.webp', '/images/home/bl-coins.png'],
=======
images: [
"/images/home/bl-coins.webp",
"/images/home/bl-coins.png",
]
>>>>>>> main
},
{
title: 'What is an IDO (Initial Decentralized Offering)?',
paragraphs: [],
<<<<<<< HEAD
images: ['/images/home/glass.webp', '/images/home/glass.png'],
},
],
=======
images: [
"/images/home/glass.webp",
"/images/home/glass.png",
]
}
]
>>>>>>> main
}

0 comments on commit 5c5ba0c

Please sign in to comment.