REMOVE: RichText
Removed all traces of RichText implementation in Favor of NuxtContent
This commit is contained in:
parent
73f09ad76e
commit
4e953392fc
23 changed files with 38 additions and 412 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<section id="customers" class="Customers content">
|
||||
<h1>Kunden <span class="highlight">&</span> Projekte.</h1>
|
||||
<h1>Kunden <Highlight>&</Highlight> Projekte.</h1>
|
||||
<h2>Meine bisherigen Geschäftpartner</h2>
|
||||
<div class="customer-list margin-top gap-default">
|
||||
<a v-for="customer in customers" :href="customer.link" target="_blank" rel="noopener noreferrer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue