mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 23:54:17 -08:00
Merge branch 'master' into new-url-scheme
This commit is contained in:
commit
e254fefcdb
|
@ -204,7 +204,7 @@ function Home() {
|
||||||
))}
|
))}
|
||||||
</Carousel>
|
</Carousel>
|
||||||
|
|
||||||
<div className="bg-primaryDark mx-auto flex w-full w-auto flex-col gap-4 p-4 shadow-inner">
|
<div className="bg-primaryDark mx-auto flex w-full lg:w-auto flex-col gap-4 p-4 shadow-inner">
|
||||||
<h3 className="text-xl font-bold">Connect with us.</h3>
|
<h3 className="text-xl font-bold">Connect with us.</h3>
|
||||||
<div className="flex w-full overflow-x-auto">
|
<div className="flex w-full overflow-x-auto">
|
||||||
{SocialCards.map((card, index) => (
|
{SocialCards.map((card, index) => (
|
||||||
|
|
Loading…
Reference in a new issue