mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update testimonials
This commit is contained in:
@@ -808,7 +808,7 @@ const StackArchitect = () => {
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="flex-shrink-0 p-3 font-mono sm:p-4">
|
||||
<div className="flex-shrink-0 p-3 pb-0 font-mono sm:p-4 sm:pb-0">
|
||||
<div className="mb-3 flex flex-col justify-between gap-y-3 sm:flex-row sm:items-start">
|
||||
<label className="flex flex-col">
|
||||
<span className="mb-1 text-gray-600 text-xs dark:text-gray-400">
|
||||
@@ -891,9 +891,9 @@ const StackArchitect = () => {
|
||||
</div>
|
||||
|
||||
<div className="mb-4">
|
||||
<h3 className="mb-2 font-semibold text-gray-600 text-sm dark:text-gray-400">
|
||||
{/* <h3 className="mb-2 font-semibold text-gray-600 text-sm dark:text-gray-400">
|
||||
Selected Stack Summary
|
||||
</h3>
|
||||
</h3> */}
|
||||
<div className="flex flex-wrap gap-1.5">
|
||||
{CATEGORY_ORDER.flatMap((category) => {
|
||||
const categoryKey = category as keyof StackState;
|
||||
@@ -949,7 +949,7 @@ const StackArchitect = () => {
|
||||
</div>
|
||||
|
||||
<div className="flex flex-grow overflow-hidden">
|
||||
<nav className="w-48 flex-shrink-0 overflow-y-auto border-gray-300 border-r bg-gray-200/50 p-2 dark:border-gray-700 dark:bg-gray-800/50">
|
||||
<nav className="hidden w-48 flex-shrink-0 overflow-y-auto border-gray-300 border-r bg-gray-200/50 p-2 md:flex dark:border-gray-700 dark:bg-gray-800/50">
|
||||
<ul className="space-y-1">
|
||||
{CATEGORY_ORDER.map((category) => (
|
||||
<li key={category}>
|
||||
|
||||
@@ -8,18 +8,23 @@ import { Tweet } from "react-tweet";
|
||||
const TWEET_IDS = [
|
||||
"1907728148294447538",
|
||||
"1907831059275735353",
|
||||
"1907723601731530820",
|
||||
"1912836377365905496",
|
||||
"1907817662215757853",
|
||||
"1904228496144269699",
|
||||
"1912924558522524039",
|
||||
"1911490975173607495",
|
||||
"1904241046898556970",
|
||||
"1904144343125860404",
|
||||
"1904215768272654825",
|
||||
"1907723601731530820",
|
||||
"1904233896851521980",
|
||||
"1907841646513005038",
|
||||
"1904301540422070671",
|
||||
"1912837026925195652",
|
||||
"1904338606409531710",
|
||||
"1904318186750652606",
|
||||
"1908568583799484519",
|
||||
"1913018977321693448",
|
||||
"1904179661086556412",
|
||||
"1908558365128876311",
|
||||
"1907772878139072851",
|
||||
|
||||
Reference in New Issue
Block a user