/**
* Adorno quote
*/
import React from "react";
export default function Quote({ visible }) {
return (
As a constellation,
theoretical thought circles the concept
it would like to unseal, hoping that it
may fly open like the lock of a
well-guarded safe-deposit box:
in response, not to a single key or
a single number, but to a
combination of numbers.
Theodor W. Adorno
);
}