diff --git a/frontend/src/components/VideoCall/VideoFrontend/components/PollsWindow/Results/ResultsModalOption.tsx b/frontend/src/components/VideoCall/VideoFrontend/components/PollsWindow/Results/ResultsModalOption.tsx
index 03a0427..149f711 100644
--- a/frontend/src/components/VideoCall/VideoFrontend/components/PollsWindow/Results/ResultsModalOption.tsx
+++ b/frontend/src/components/VideoCall/VideoFrontend/components/PollsWindow/Results/ResultsModalOption.tsx
@@ -2,6 +2,7 @@ import { AccordionIcon } from '@chakra-ui/react';
import { makeStyles } from '@material-ui/core/styles';
import React from 'react';
import { ResultsDisplay } from '../../../../../../types/CoveyTownSocket';
+import TextWithHyperlink from '../TextWithHyperlink';
interface ResultsModalOptionProps {
result: ResultsDisplay;
@@ -91,7 +92,9 @@ export default function ResultsModalOption({
}}
className={classes.bar}>
-
{result.option}
+
+
+
{youVotedFor && (