Skip to content

Commit

Permalink
removing testimonial
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sev committed Oct 24, 2024
1 parent 7620930 commit 319319b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cody/dual-theme/CodyIntroDualTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const CodyIntroDualTheme: FunctionComponent<CodyIntroDualThemeProps> = ({
</div>

{/* testimonial */}
<div className="mt-10">
{/* <div className="mt-10">
<div className="mx-auto flex max-w-md gap-x-4 rounded-lg bg-[#E9E7FA] p-5 text-left text-blurple-600">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path
Expand All @@ -116,6 +116,6 @@ export const CodyIntroDualTheme: FunctionComponent<CodyIntroDualThemeProps> = ({
<div className="mt-4 text-sm opacity-70">Brendan Doyle, Senior Software Engineer @ Qualtrics</div>
</div>
</div>
</div>
</div> */}
</ContentSection>
)

0 comments on commit 319319b

Please sign in to comment.