Skip to content

Commit

Permalink
docs(core): change to p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored and meeroslav committed Jan 8, 2024
1 parent 1ddd9ae commit 8bd78ca
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions nx-dev/nx-dev/pages/tips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">What is Nx?</h3>
<span className="pt-5 text-sm">January 8th</span>
<p className="pt-5 text-sm">January 8th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://www.youtube.com/watch?v=-_4WMl-Fn0w"
Expand Down Expand Up @@ -56,7 +56,7 @@ const tips: NewYearTip[] = [
<h3 className="text-xl font-semibold">
Which Style of Workspace is Right for You?
</h3>
<span className="pt-5 text-sm">January 9th</span>
<p className="pt-5 text-sm">January 9th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://www.youtube.com/watch?v=ArmERpNvC8Y"
Expand Down Expand Up @@ -87,7 +87,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">What is Nx Cloud?</h3>
<span className="pt-5 text-sm">January 10th</span>
<p className="pt-5 text-sm">January 10th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://www.youtube.com/watch?v=NZF0ZJpgaJM"
Expand Down Expand Up @@ -127,7 +127,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">Add Nx to an Existing Project</h3>
<span className="pt-5 text-sm">January 11th</span>
<p className="pt-5 text-sm">January 11th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://youtu.be/VmGCZ77ao_I"
Expand Down Expand Up @@ -158,7 +158,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">Micro Frontends with Nx</h3>
<span className="pt-5 text-sm">January 12th</span>
<p className="pt-5 text-sm">January 12th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://www.youtube.com/watch?v=dotA6ZSmNL4"
Expand Down Expand Up @@ -190,7 +190,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">Explore Example Repos</h3>
<span className="pt-5 text-sm">January 15th</span>
<p className="pt-5 text-sm">January 15th</p>
<p className="my-4">
Nx can work with any technology stack and we have created examples for
many of them.
Expand Down Expand Up @@ -233,7 +233,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">Let's Build a CLI</h3>
<span className="pt-5 text-sm">January 16th</span>
<p className="pt-5 text-sm">January 16th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://youtu.be/ocllb5KEXZk"
Expand Down Expand Up @@ -267,7 +267,7 @@ const tips: NewYearTip[] = [
<h3 className="text-xl font-semibold">
Nx Agents: The Next Leap in Distributed Task Execution
</h3>
<span className="pt-5 text-sm">January 17th</span>
<p className="pt-5 text-sm">January 17th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://youtu.be/XLOUFZeqRpM"
Expand Down Expand Up @@ -310,7 +310,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">Graduating to a Monorepo</h3>
<span className="pt-5 text-sm">January 18th</span>
<p className="pt-5 text-sm">January 18th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://www.youtube.com/watch?v=ztNpLf2Zl-c"
Expand Down Expand Up @@ -343,7 +343,7 @@ const tips: NewYearTip[] = [
cardBack: (
<FlipCardBack>
<h3 className="text-xl font-semibold">Keep Your Tooling Up to Date</h3>
<span className="pt-5 text-sm">January 19th</span>
<p className="pt-5 text-sm">January 19th</p>
<div className="mx-auto my-4 max-w-3xl">
<YouTube
src="https://youtu.be/Ss6MfcXi0jE"
Expand Down

0 comments on commit 8bd78ca

Please sign in to comment.