Skip to content

Commit

Permalink
Updated OrganizationFeatureCard.tsx (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 authored Jan 13, 2025
1 parent c7c4fae commit a7d69b8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/utils/OrganizationFeatureCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

const OrganizationFeatureCard = () => {
return (
<div className="card__container">
<div className="card__container card__wide">
<h2 className="Heading">Easy Community Organization Management</h2>
<div className="organization-feature-cards">
<div className="organization-feature-card card__general">
Expand Down Expand Up @@ -35,10 +35,13 @@ const OrganizationFeatureCard = () => {
</p>
</div>
<div className="organization-feature-card__footer">
<a href="https://docs-mobile.talawa.io/docs-talawa-apk/" rel="noopener noreferrer">
<button className="organization-feature-card__button">
Get the App
</button>
<a
href="https://docs-mobile.talawa.io/docs-talawa-apk/"
rel="noopener noreferrer"
>
<button className="organization-feature-card__button">
Get the App
</button>
</a>
</div>
</div>
Expand Down

0 comments on commit a7d69b8

Please sign in to comment.