From ef82a59b6efa0d93cfdccce00c69507b9398c688 Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Tue, 20 Oct 2020 16:32:45 -0700 Subject: [PATCH] Back to post bodies on one line --- web/src/components/BlogPostCell/BlogPostCell.mock.js | 7 +------ .../components/BlogPostsCell/BlogPostsCell.mock.js | 12 ++---------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/web/src/components/BlogPostCell/BlogPostCell.mock.js b/web/src/components/BlogPostCell/BlogPostCell.mock.js index 94f5956..3111f4b 100644 --- a/web/src/components/BlogPostCell/BlogPostCell.mock.js +++ b/web/src/components/BlogPostCell/BlogPostCell.mock.js @@ -3,12 +3,7 @@ export const standard = (/* vars, { ctx, req } */) => ({ post: { id: 1, title: 'First Post', - body: `Neutra tacos hot chicken prism raw denim, put a bird on it enamel pin - post-ironic vape cred DIY. Street art next level umami squid. Hammock - hexagon glossier 8-bit banjo. Neutra la croix mixtape echo park four - loko semiotics kitsch forage chambray. Semiotics salvia selfies jianbing - hella shaman. Letterpress helvetica vaporware cronut, shaman butcher - YOLO poke fixie hoodie gentrify woke heirloom.`, + body: `Neutra tacos hot chicken prism raw denim, put a bird on it enamel pin post-ironic vape cred DIY. Street art next level umami squid. Hammock hexagon glossier 8-bit banjo. Neutra la croix mixtape echo park four loko semiotics kitsch forage chambray. Semiotics salvia selfies jianbing hella shaman. Letterpress helvetica vaporware cronut, shaman butcher YOLO poke fixie hoodie gentrify woke heirloom.`, createdAt: '2020-01-01T12:34:56Z', }, }) diff --git a/web/src/components/BlogPostsCell/BlogPostsCell.mock.js b/web/src/components/BlogPostsCell/BlogPostsCell.mock.js index ddc4573..ee70d7e 100644 --- a/web/src/components/BlogPostsCell/BlogPostsCell.mock.js +++ b/web/src/components/BlogPostsCell/BlogPostsCell.mock.js @@ -4,21 +4,13 @@ export const standard = (/* vars, { ctx, req } */) => ({ { id: 1, title: 'First Post', - body: `Neutra tacos hot chicken prism raw denim, put a bird on it enamel pin - post-ironic vape cred DIY. Street art next level umami squid. Hammock - hexagon glossier 8-bit banjo. Neutra la croix mixtape echo park four - loko semiotics kitsch forage chambray. Semiotics salvia selfies jianbing - hella shaman. Letterpress helvetica vaporware cronut, shaman butcher - YOLO poke fixie hoodie gentrify woke heirloom.`, + body: `Neutra tacos hot chicken prism raw denim, put a bird on it enamel pin post-ironic vape cred DIY. Street art next level umami squid. Hammock hexagon glossier 8-bit banjo. Neutra la croix mixtape echo park four loko semiotics kitsch forage chambray. Semiotics salvia selfies jianbing hella shaman. Letterpress helvetica vaporware cronut, shaman butcher YOLO poke fixie hoodie gentrify woke heirloom.`, createdAt: '2020-01-01T12:34:56Z', }, { id: 2, title: 'Second Post', - body: `Master cleanse gentrify irony put a bird on it hexagon enamel pin. - Pop-up man braid artisan pug tilde synth lo-fi. Ethical tofu portland - keytar waistcoat. Pabst authentic hammock chillwave twee trust fund. - Lyft humblebrag ramps irony unicorn.`, + body: `Master cleanse gentrify irony put a bird on it hexagon enamel pin. Pop-up man braid artisan pug tilde synth lo-fi. Ethical tofu portland keytar waistcoat. Pabst authentic hammock chillwave twee trust fund. Lyft humblebrag ramps irony unicorn.`, createdAt: '2020-01-01T12:34:56Z', }, ],