Skip to content

Commit

Permalink
chore: checkout to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions committed Jan 7, 2024
1 parent 83a3439 commit e34644c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function Companies() {
<div className="slider">
<div className="slide-track-5 hover:pause mt-6 grid grid-cols-3 sm:grid-cols-4 md:grid-cols-5 justify-around items-center">
{[...entries, ...entries].map(({ component, url }) => (
<div className="w-[12rem] relative grayscale opacity-60 hover:opacity-100 transition duration-200 hover:grayscale-0">
<div key={url} className="w-[12rem] relative grayscale opacity-60 hover:opacity-100 transition duration-200 hover:grayscale-0">
<a
href={url}
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion website/components/home/showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const ShowcaseSlider = () => {
<div className="slide-track-10 hover:pause mt-6 grid grid-cols-3 sm:grid-cols-4 md:grid-cols-5">
{[...entries, ...entries, ...entries].map(({ image, name, url }, i) => (
<a
key={url}
href={`https://${url}`}
target="_blank"
className="pr-10 space-y-6 text-center w-[24rem] relative grayscale-[50%] opacity-90 hover:opacity-100 transition duration-200 hover:grayscale-0"
Expand All @@ -94,4 +95,3 @@ export const ShowcaseSlider = () => {
</div>
);
};

0 comments on commit e34644c

Please sign in to comment.