ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
266 B

  1. import type { FC } from 'react'
  2. export default (() => (
  3. <>
  4. <span className="hidden md:inline flex items-center px-2">|</span>
  5. <hr className="block md:hidden w-full opacity-25
  6. border-t border-black dark:border-white"/>
  7. </>)) satisfies FC