Skip to content

Commit 040c8d4

Browse files
committed
3A.2 the text is centered, we need to make it left aligned, problem is it looks very bad due to centrally aligned, to make it clean align it left side
1 parent 6aa277b commit 040c8d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/community/tsc.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default function TSC() {
286286
<h3 className="mb-2 font-semibold lg:text-2xl lg:text-center text-primary-800">
287287
What is a TSC?
288288
</h3>
289-
<p className="my-4 text-base text-gray-500 lg:text-center">
289+
<p className="my-4 text-base text-gray-500 lg:text-left">
290290
The Technical Steering Committee (TSC) is responsible for the
291291
oversight of the AsyncAPI Initiative. Maintainers (aka committers)
292292
make decisions at the given repository/project level. The TSC
@@ -298,7 +298,7 @@ export default function TSC() {
298298
<h3 className="mb-2 font-semibold lg:text-2xl lg:text-center text-primary-800">
299299
How can I become a TSC member?
300300
</h3>
301-
<p className="my-4 text-base text-gray-500 lg:text-center">
301+
<p className="my-4 text-base text-gray-500 lg:text-left">
302302
Anybody can become a member of the TSC. All you have to do is
303303
become a maintainer of one of the AsyncAPI projects! To become a
304304
maintainer, you just need to regularly contribute to one of the
@@ -320,7 +320,7 @@ export default function TSC() {
320320
<h3 className="mb-2 font-semibold lg:text-2xl lg:text-center text-primary-800">
321321
Our governance model
322322
</h3>
323-
<p className="my-4 text-base text-gray-500 lg:text-center">
323+
<p className="my-4 text-base text-gray-500 lg:text-left">
324324
AsyncAPI Initiative runs under an{' '}
325325
<a
326326
data-testid="TSC-Governance-Link"

0 commit comments

Comments
 (0)