diff --git a/compass/components/resource/Callout.tsx b/compass/components/resource/Callout.tsx
index 5ccb360..c51f3f2 100644
--- a/compass/components/resource/Callout.tsx
+++ b/compass/components/resource/Callout.tsx
@@ -6,7 +6,7 @@ interface CalloutProps {
const Callout = ({ children }: CalloutProps) => {
return (
-
+
{children}
);
diff --git a/compass/components/resource/Card.tsx b/compass/components/resource/Card.tsx
index 61cee1d..140542b 100644
--- a/compass/components/resource/Card.tsx
+++ b/compass/components/resource/Card.tsx
@@ -9,7 +9,7 @@ interface TagProps {
const Card: React.FC
= ({ text, icon }) => {
return (
-
+
{icon}
{text}
diff --git a/compass/components/resource/LandingSearchBar.tsx b/compass/components/resource/LandingSearchBar.tsx
index 9b6f35c..612ea77 100644
--- a/compass/components/resource/LandingSearchBar.tsx
+++ b/compass/components/resource/LandingSearchBar.tsx
@@ -38,7 +38,7 @@ export const LandingSearchBar: React.FC = () => {
-
Need to find something? Use the links above or the search bar to get your results.
+ Need to find something? Use the links or the search bar above to get your results.
);
diff --git a/compass/components/resource/Sidebar.tsx b/compass/components/resource/Sidebar.tsx
index 9a4d0b7..8bfcec6 100644
--- a/compass/components/resource/Sidebar.tsx
+++ b/compass/components/resource/Sidebar.tsx
@@ -33,9 +33,9 @@ const Sidebar: React.FC