the browser-facing portion of osu!
at master 9 lines 356 B view raw
1{{-- 2 Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 3 See the LICENCE file in the repository root for full licence text. 4--}} 5<span 6 class="{{ class_with_modifiers('flag-team', $modifiers ?? null) }}" 7 title="{{ $team->name }}" 8 {!! background_image($team->logo()->url()) !!} 9></span>