make sure project-view has similar classes to gallery-view

This commit is contained in:
lightling 2024-05-04 01:08:08 -04:00
parent 2190ecf571
commit f7acc0d166

View file

@ -38,7 +38,7 @@ onMounted(async () => {
</script> </script>
<template lang="pug"> <template lang="pug">
.project .template.project-view
article( article(
v-if='ready' v-if='ready'
) )