From ae7b31117b13fcb110a4b07e3490a39ce204cecb Mon Sep 17 00:00:00 2001 From: Seth Forsgren Date: Thu, 15 Dec 2022 00:51:27 -0800 Subject: [PATCH] conditional citation wrapping on mobile --- pages/about.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pages/about.tsx b/pages/about.tsx index ec2ffad..fa3ea8e 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -556,14 +556,28 @@ export default function Home() {

If you build on this work, please cite it as follows:

-
+          
             {`@software{Forsgren_Martiros_2022,
+  author = {Forsgren, Seth* 
+    and Martiros, Hayk*},
+  title = {{Riffusion - 
+    Stable diffusion for 
+    real-time music generation}},
+  url = {https://riffusion.com/about},
+  year = {2022}
+}`}
+          
+
+
+              {`@software{Forsgren_Martiros_2022,
   author = {Forsgren, Seth* and Martiros, Hayk*},
   title = {{Riffusion - Stable diffusion for real-time music generation}},
   url = {https://riffusion.com/about},
   year = {2022}
 }`}
-          
+
+ +