Add title question in devops roadmap

master
Kamran Ahmed 2 days ago
parent d6ee7ef76a
commit 2544d4b12d
  1. 3
      src/components/RoadmapTitleQuestion.tsx

@ -33,7 +33,7 @@ export function RoadmapTitleQuestion(props: RoadmapTitleQuestionProps) {
return (
<div
className={cn(
'relative hidden rounded-b-[5px] border-t bg-white text-sm font-medium hover:bg-gray-50 sm:block',
'relative block rounded-b-[5px] border-t bg-white text-sm font-medium hover:bg-gray-50 sm:block',
{
'rounded-0 -mx-4 sm:mx-0': isAnswerVisible,
// @FIXME:
@ -41,7 +41,6 @@ export function RoadmapTitleQuestion(props: RoadmapTitleQuestionProps) {
// the frontend roadmap. This is because we did not use to have the question
// on mobile devices before and we don't want to cause any SEO issues. It will
// be enabled on other roadmaps in the future.
block: roadmapId === 'frontend',
},
)}
>

Loading…
Cancel
Save