diff --git a/src/layouts/customFooter.astro b/src/layouts/customFooter.astro index bbea1ab..7ea395d 100644 --- a/src/layouts/customFooter.astro +++ b/src/layouts/customFooter.astro @@ -6,9 +6,10 @@
“Fate/Grand Order” is a trademark of Notes Co., Ltd. | Game Assets © Aniplex Inc. used under fair use. | View the - official website for - more - information + official website for more information.
+ I am in no way affiliated with Fate/Grand Order, Aniplex, Type Moon or Lasengle. I claim no ownership of any of the assets used that are + created by any of the mentioned companies. + All of the opinions expressed are my own and may not reflect those of the asset providers.

diff --git a/src/pages/servants.astro b/src/pages/servants.astro index 6061b9d..06e35df 100644 --- a/src/pages/servants.astro +++ b/src/pages/servants.astro @@ -12,10 +12,10 @@ const description = "A list of all the servants and ces that Firq can offer up o --- - + {servantdata.map((item) => ())} - + {cedata.map((item) => ())} diff --git a/src/pages/ta-collection.astro b/src/pages/ta-collection.astro index 6ef6c79..cfe9f4f 100644 --- a/src/pages/ta-collection.astro +++ b/src/pages/ta-collection.astro @@ -1,4 +1,10 @@ --- +//TODO: +// - Add highlighted TAs above the rest +// > I think you should have all of them on the site. +// > You could have the notable ones like you do now, but at the bottom, there could be a drop-down or "expand" or "more" or +// > some other section like that which you could click and show the rest + import Layout from '../layouts/Layout.astro'; import TaSection from '../layouts/taSection.astro';