1
|
|
|
import{I as s}from"./q--mBxzwYW.js";import{C as n,j as a,K as r,b as m}from"./q-grzRItSl.js";import{o as l}from"./q--4QB-cqZ.js";const _='"../../variables.css"',g="#bbc4c3",u="#2e2d32",b="_component_z19zc_4",d="_bigTitle_z19zc_27",e={colors:_,background_2:g,text_1:u,component:b,bigTitle:d},z=t=>{const o=t.title.length<l,c=t.title.length<=2*l?t.title:`${t.title.slice(0,2*l-6)}..`;return n("div",{class:[e.component,{[e.bigTitle]:!o}]},null,[a(s,{get src(){return t.image},[r]:{src:m(i=>i.image,[t])}},3,"lN_0"),n("h3",null,null,c,1,null),n("div",null,null,null,3,null)],1,"lN_1")};export{z as s_vkpVeOfakIU}; |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.