Skip to content

Commit

Permalink
chore: Prevent Text Selection #1881
Browse files Browse the repository at this point in the history
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
Souravvmishra and priyankarpal authored Jul 29, 2023
1 parent 7572e61 commit d976fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import images from "../DB/homepage-image.json";
export default function HomePage() {
return (
<section>
<div className="relative sm:pb-4">
<div className="relative sm:pb-4 select-none">
<div className="pt-16 sm:pt-24 sm:pb-40 lg:pt-40 lg:pb-48">
<div className="relative mx-auto max-w-7xl px-4 sm:static sm:px-6 lg:px-8">
<section className="sm:max-w-[19.5rem] md:max-w-[24.5rem] tab:max-w-[28rem] lg:max-w-[30rem]">
Expand Down
2 changes: 1 addition & 1 deletion components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const features = [

export default function Banner() {
return (
<div className="bg-inherit py-24 sm:py-32">
<div className="bg-inherit py-24 sm:py-32 select-none">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-2xl lg:text-center">
<h2 className="text-base font-semibold leading-7 text-primary">
Expand Down

0 comments on commit d976fce

Please sign in to comment.