diff --git a/src/components/CookieSettingsButton.tsx b/src/components/CookieSettingsButton.tsx new file mode 100644 index 000000000..231e28f04 --- /dev/null +++ b/src/components/CookieSettingsButton.tsx @@ -0,0 +1,31 @@ +import { cn } from '../lib/classname'; +import { Cookie } from 'lucide-react'; + +export function CookieSettingsButton() { + return ( +
- Community created roadmaps, best practices, projects, articles, resources and journeys to help - you choose your path and grow in your career. + Community created roadmaps, best practices, projects, articles, + resources and journeys to help you choose your path and grow in your + career.
@@ -73,7 +75,10 @@ import Icon from './AstroIcon.astro';
class='hover:text-white'
target='_blank'
>
-
- The top DevOps resource for Kubernetes, cloud-native computing, and large-scale development and deployment. + The top DevOps resource for Kubernetes, cloud-native computing, and + large-scale development and deployment.
@@ -146,5 +152,7 @@ import Icon from './AstroIcon.astro';