Compare commits
4 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| a4f73a2ec0 | |||
| 4345f747b0 | |||
| 42497229d7 | |||
| 2c9bfb461c |
@@ -161,9 +161,9 @@ const FeatureCardTwentyFive = ({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-5">
|
<div className="mt-5">
|
||||||
<a href="#dishes" className="bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-hover">
|
<button className="bg-purple-500 text-background px-4 py-2 rounded-theme transition-colors hover:bg-purple-600">
|
||||||
Take a Look at Dishes
|
Take a Look at Dishes
|
||||||
</a>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user