changed the logo

main
BuiQuocTan 1 year ago
parent e8a09fe87f
commit 887b7881e0
  1. 2
      src/app/presales/[id]/page.js
  2. 8
      src/components/Layouts/Header/index.js
  3. 4
      src/components/Layouts/SideBar/index.js

@ -374,7 +374,7 @@ const PresalesDetails = () => {
<button
className="w-[150px] h-[43px] flex flex-col items-center justify-center bg-[#FBBF04] outline-none rounded-[10px] text-sm text-[#151103]"
onClick={() => {
router.push(affiliateLink);
// router.push(affiliateLink);
}}
>
Next

@ -73,14 +73,14 @@ const Header = ({ show, setShow }) => {
}}
/>
<Link
href={
"https://flash-technologies.org/static/media/WhitePaperEN.d5c6dc29f299f21b24e2.pdf"
}
href={"https://flash-technologies.gitbook.io/flash-launchpad/"}
target="_blank"
>
<IconBtn text="Docs" icon={Docs} heigh="h-[37px]" />
</Link>
<IconBtn text="presale alerts" icon={Alert} heigh="h-[37px]" />
<Link href={"https://t.me/flashlaunchalert"} target="_blank">
<IconBtn text="presale alerts" icon={Alert} heigh="h-[37px]" />
</Link>
<Link href={"https://rarible.com/flashtechno/sale"} target="_blank">
<IconBtn
text="Join flash club"

@ -156,7 +156,7 @@ const SideBar = ({ show, mobileView, setShow }) => {
target="_self"
>
<ExportedImage src={logo} alt="logo" />
<p className="text-[#fff] text-[19.067px] font-bold">Flashlaunch</p>
<p className="text-[#fff] text-[19.067px] font-bold">Flash pad</p>
</Link>
<Link
@ -167,7 +167,7 @@ const SideBar = ({ show, mobileView, setShow }) => {
rel="noreferrer"
>
<button
className={`ml-10 mt-[34px] px-6 py-3 flex justify-center items-center gap-2 rounded-[39px] h-[43px] bg-[#FCBF07]`}
className={`mt-[34px] px-6 py-3 flex justify-center items-center gap-2 rounded-[39px] h-[43px] bg-[#FCBF07]`}
>
<p className={`text-[#16171B] text-base font-semibold capitalize`}>
Buy $Flash

Loading…
Cancel
Save