diff --git a/src/components/Block/GithubActivityFeed.astro b/src/components/Block/GithubActivityFeed.astro index 18b72ca..98318a8 100644 --- a/src/components/Block/GithubActivityFeed.astro +++ b/src/components/Block/GithubActivityFeed.astro @@ -1,5 +1,11 @@ --- import '@styles/icons.css'; + +interface Props { + containerClass: string; +} + +const { containerClass = '' } = Astro.props; ---