Skip to content

Commit

Permalink
feat: make opengraph image gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgw committed May 23, 2024
1 parent d538de2 commit c6aa605
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/(pages)/about/_about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,8 @@ export default function Page() {
<Card title="">
<p>
You can learn more about me from my blogs than I can convey here.
<br /> But in short, I believe in
<Link href="/blog/tag/quality" name="quality" /> code,
<Link href="/blog/tag/skill-issues" name="high-performing" />
teams, and effective
<Link href="/blog/tag/management" name="management." />
<br /> But in short, I believe in quality code, high-performing
teams, and effective management
<br /> And I do offer services aimed at enhancing some of these
aspects for software teams.
</p>
Expand Down
4 changes: 4 additions & 0 deletions src/app/components/protos/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ import { Button } from '../ui/button';

/* eslint-disable */

/* eslint-disable */

/* eslint-disable */

function TypingAnimation() {
const el = useRef(null);

Expand Down
10 changes: 10 additions & 0 deletions src/app/components/reusables/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ import CopyButton from './copy-code';

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck
SyntaxHighlighter.registerLanguage('rust', rust);
Expand Down

0 comments on commit c6aa605

Please sign in to comment.